mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-19 16:12:14 +11:00
38 lines
1.5 KiB
Markdown
38 lines
1.5 KiB
Markdown
# express-validator
|
|
|
|
[](https://www.npmjs.com/package/express-validator)
|
|
[](http://travis-ci.org/express-validator/express-validator)
|
|
[](https://david-dm.org/express-validator/express-validator)
|
|
[](https://coveralls.io/github/express-validator/express-validator?branch=master)
|
|
|
|
An [express.js]( https://github.com/visionmedia/express ) middleware for
|
|
[validator]( https://github.com/chriso/validator.js ).
|
|
|
|
- [Upgrade notice](#upgrade-notice)
|
|
- [Installation](#installation)
|
|
- [Documentation](#documentation)
|
|
- [Changelog](#changelog)
|
|
- [License](#license)
|
|
|
|
## Upgrade notice
|
|
If you're arriving here as a express-validator v3 user after upgrading to v4+, please check the [upgrade guide](UPGRADE_GUIDE.md) 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](https://github.com/express-validator/express-validator/releases).
|
|
|
|
## License
|
|
|
|
MIT License
|