express-yup-middleware

    express-yup-middleware is an express middleware that uses Yup schemas to validate a request and return a response with errors.

    Language: typescript

    Author: Lily Hunter (@lily69)

    6 stars · 288 views

    Files

    • CONTRIBUTING.md (md)
    • .prettierrc (prettierrc)
    • LICENSE (LICENSE)
    • MIGRATION.md (md)
    • README.md (md)
    • express-yup-middleware.spec.ts (ts)
    • express-yup-middleware.ts (ts)
    • backward-compatibility.spec.ts (ts)
    • express-yup-middleware.v2.spec.ts (ts)
    • schema-validation-interface.ts (ts)
    • .eslintignore (eslintignore)
    • .editorconfig (editorconfig)
    • CODE_OF_CONDUCT.md (md)
    • CHANGELOG.md (md)
    • src (src)
    • schema-validator.spec.ts (ts)
    • tsconfig.json (json)
    • yarn.lock (lock)
    • jest.config.ts (ts)
    • index.spec.ts (ts)
    • package.json (json)
    • .npmignore (npmignore)
    • .gitignore (gitignore)
    • index.ts (ts)
    • .eslintrc.json (json)
    • edge-cases.spec.ts (ts)
    • schema-validator.ts (ts)
    • PUBLISHING.md (md)
    • ATTRIBUTION.md (markdown)

    Loading code snippet…