Socket
Socket
Sign inDemoInstall

express-json-validator-middleware

Package Overview
Dependencies
Maintainers
2
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 2.2.1 to 3.0.0-beta.0

6

package.json
{
"name": "express-json-validator-middleware",
"version": "2.2.1",
"version": "3.0.0-beta.0",
"description": "An Express middleware to validate requests against JSON Schemas",

@@ -40,3 +40,3 @@ "main": "src/index.js",

"simple-get": "^4.0.0",
"tap": "^15.0.1"
"tap": "^15.1.5"
},

@@ -47,3 +47,3 @@ "dependencies": {

"@types/json-schema": "^7.0.4",
"ajv": "^6.6.2"
"ajv": "^8.8.2"
},

@@ -50,0 +50,0 @@ "husky": {

@@ -284,3 +284,3 @@ # Express JSON Validator Middleware

Tests are written using Mocha & Chai.
Tests are written using [node-tap](https://www.npmjs.com/package/tap).

@@ -287,0 +287,0 @@ ```

@@ -1,2 +0,2 @@

var Ajv = require("ajv");
const Ajv = require("ajv");

@@ -3,0 +3,0 @@ /**

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