Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

express-validator

Package Overview
Dependencies
Maintainers
3
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-validator - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

.vscode/settings.json

10

package.json

@@ -14,3 +14,3 @@ {

],
"version": "3.1.0",
"version": "3.1.1",
"homepage": "https://github.com/ctavan/express-validator",

@@ -29,4 +29,3 @@ "license": "MIT",

"travis-build": "npm test && npm run jshint && npm run jscs",
"report-coverage": "cat coverage/lcov.info | coveralls",
"changelog": "github-changes -o ctavan -r express-validator -a -m YYYY/MM/DD --no-merges"
"report-coverage": "cat coverage/lcov.info | coveralls"
},

@@ -37,2 +36,4 @@ "engines": {

"dependencies": {
"@types/bluebird": "~3.0.36",
"@types/express": "~4.0.34",
"bluebird": "^3.4.0",

@@ -43,4 +44,2 @@ "lodash": "^4.16.0",

"devDependencies": {
"@types/bluebird": "~3.0.36",
"@types/express": "~4.0.34",
"body-parser": "1.12.3",

@@ -51,3 +50,2 @@ "cookie-parser": "1.4.1",

"express": "4.12.3",
"github-changes": "1.0.2",
"jscs": "1.13.1",

@@ -54,0 +52,0 @@ "jshint": "2.7.0",

10

README.md

@@ -224,3 +224,3 @@ # express-validator

You may pass per-validator error messages with the `errorMessage` key.
You may pass per-validator error messages with the `errorMessage` key.
Validator options may be passed via `options` key as an array when various values are needed,

@@ -418,5 +418,5 @@ or as a single non-null value otherwise.

`%0` is replaced with user input
`%1` is replaced with the first parameter to the validator
`%2` is replaced with the second parameter to the validator
`%0` is replaced with user input
`%1` is replaced with the first parameter to the validator
`%2` is replaced with the second parameter to the validator
etc...

@@ -530,3 +530,3 @@

See [CHANGELOG.md](CHANGELOG.md)
Check the [GitHub Releases page](https://github.com/ctavan/express-validator/releases).

@@ -533,0 +533,0 @@ ## License

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc