New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ghost-express-route-request-validator

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghost-express-route-request-validator - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

3

lib/customValidators.js

@@ -54,4 +54,7 @@ module.exports = {

return /[A-Z]/.test(str);
},
isMedicationType: function (str) {
return ['medication', 'supplement'].indexOf(str) >= 0
}
}
};

2

package.json
{
"name": "ghost-express-route-request-validator",
"version": "1.0.3",
"version": "1.0.4",
"description": "extension of express-validator",

@@ -5,0 +5,0 @@ "main": "index.js",

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