Socket
Socket
Sign inDemoInstall

express-json-validator-middleware

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-json-validator-middleware - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

.vscode/launch.json

13

package.json
{
"name": "express-json-validator-middleware",
"version": "1.2.0",
"version": "1.2.1",
"description": "An Express middleware to validate requests against JSON Schemas",
"main": "src/index.js",
"scripts": {
"test": "mocha"
"test": "mocha",
"lint": "eslint */*.js --fix",
"precommit": "npm run lint && npm run test",
"prepush": "npm run lint && npm run test",
"prepublish": "npm run lint && npm run test"
},

@@ -30,3 +34,6 @@ "repository": {

"chai-http": "^3.0.0",
"eslint": "^4.15.0",
"eslint-config-google": "^0.9.1",
"express": "^4.16.2",
"husky": "^0.14.3",
"mocha": "^3.5.3",

@@ -36,4 +43,4 @@ "nyc": "^10.3.2"

"dependencies": {
"ajv": "^5.2.3"
"ajv": "^5.5.2"
}
}
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