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 0.2.2 to 0.2.3

2

lib/express_validator.js

@@ -90,3 +90,3 @@ /*

req.checkHeader = function(param, fail_msg) {
req.checkHeader = function(header, fail_msg) {
var to_check;

@@ -93,0 +93,0 @@ if (header === 'referrer' || header === 'referer') {

@@ -9,3 +9,3 @@ {

],
"version": "0.2.2",
"version": "0.2.3",
"homepage": "https://github.com/ctavan/express-validator",

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

@@ -157,4 +157,7 @@ # express-validator

### v0.2.3
- Fix checkHeader() (@pimguilherme)
### v0.2.2
- Add dot-notation for nested input
- Add dot-notation for nested input (@sharonjl)
- Add validate() alias for check()

@@ -161,0 +164,0 @@

Sorry, the diff of this file is not supported yet

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