Socket
Socket
Sign inDemoInstall

express-validation-map

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-validation-map - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

9

lib/methods.js

@@ -19,3 +19,7 @@ function isRequired(value) {

function isRangeNumber(min, max) {
return value => +min <= +value && +max >= +value;
}
module.exports = {

@@ -25,3 +29,4 @@ isRequired,

isInteger,
isName
}
isName,
isRangeNumber
}
{
"name": "express-validation-map",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/Valentinishe/express-validation-map",

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