분류 javascript

개체 스키마 유효성 검사 (Validation)

컨텐츠 정보

  • 조회 644 (작성일 )

본문

Validator : 문자열 검증 https://github.com/chriso/validator.js

joi : 개체 스키마 유효성 검사 https://github.com/hapijs/joi

Ajv: Another JSON Schema Validator : 가장 빠른 JSON 스키마 검사기. https://ajv.js.org/

Superstruct : Javascript에서 데이터의 유효성을 검사하는 간단하고 쉬운 방법입니다. https://github.com/ianstormtaylor/superstruct

v8n : JavaScript 유창한 유효성 검사 라이브러리 https://imbrn.github.io/v8n

Yup : 죽은 단순 개체 스키마 유효성 검사 https://github.com/jquense/yup

Ow : 인간에 대한 함수 인수 검증 https://github.com/sindresorhus/ow

is.js : Minimalistic predicate library. https://github.com/pwnn/is.js

Spected : 유효성 검사 라이브러리 https://github.com/25th-floor/spected

schm : 자바 스크립트와 Node.js를 위한 작성 가능한 스키마 https://git.io/schm

Whitelister : Node.js에 대한 간단한 기본 필터링 및 유효성 검사 도구 https://spireteam.github.io/whitelister/