ccashfrontend/views/node_modules/express-validator
2021-06-18 09:20:09 +10:00
..
check half new patch 2021-06-18 09:20:09 +10:00
docs half new patch 2021-06-18 09:20:09 +10:00
filter half new patch 2021-06-18 09:20:09 +10:00
lib half new patch 2021-06-18 09:20:09 +10:00
node_modules/validator half new patch 2021-06-18 09:20:09 +10:00
utils half new patch 2021-06-18 09:20:09 +10:00
website half new patch 2021-06-18 09:20:09 +10:00
CONTRIBUTING.md half new patch 2021-06-18 09:20:09 +10:00
index.d.ts half new patch 2021-06-18 09:20:09 +10:00
index.js half new patch 2021-06-18 09:20:09 +10:00
LICENSE half new patch 2021-06-18 09:20:09 +10:00
package.json half new patch 2021-06-18 09:20:09 +10:00
README.md half new patch 2021-06-18 09:20:09 +10:00
tsconfig.json half new patch 2021-06-18 09:20:09 +10:00
tst.js half new patch 2021-06-18 09:20:09 +10:00
UPGRADE_GUIDE.md half new patch 2021-06-18 09:20:09 +10:00

express-validator

npm version Build Status Dependency Status Coverage Status

An express.js middleware for validator.

Upgrade notice

If you're arriving here as a express-validator v3 user after upgrading to v4+, please check the upgrade guide in order to find out what's different!

Also please note that, starting with v5.0.0, no new features will be accepted into the legacy API. Only bug fixes will be made.

Installation

npm install express-validator

Also make sure that you have Node.js 6 or newer in order to use it.

Documentation

Please refer to the documentation website on https://express-validator.github.io.

Changelog

Check the GitHub Releases page.

License

MIT License