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

express-validator

Package Overview
Dependencies
Maintainers
1
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 2.1.2 to 2.2.0

4

lib/express_validator.js

@@ -150,2 +150,6 @@ /*

});
req.checkFiles = checkParam(req, function(item) {
return req.files[item];
});

@@ -152,0 +156,0 @@ req.checkBody = checkParam(req, function(item) {

2

package.json

@@ -11,3 +11,3 @@ {

],
"version": "2.1.2",
"version": "2.2.0",
"homepage": "https://github.com/ctavan/express-validator",

@@ -14,0 +14,0 @@ "repository": {

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