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

express-openapi-validation

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-openapi-validation - npm Package Compare versions

Comparing version 0.6.2 to 0.7.0

test/data-driven/accept-external-ref-in-body.js

6

index.js

@@ -78,2 +78,8 @@ var convert = require('openapi-jsonschema-parameters');

if (args.externalSchemas) {
Object.keys(args.externalSchemas).forEach(function(id) {
v.addSchema(args.externalSchemas[id], id);
});
}
return function(req, res, next) {

@@ -80,0 +86,0 @@ var errors = [];

2

package.json
{
"name": "express-openapi-validation",
"version": "0.6.2",
"version": "0.7.0",
"description": "Express middleware for openapi parameter validation.",

@@ -5,0 +5,0 @@ "scripts": {

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