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
1
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.5.0 to 0.5.1

test/data-driven/accept-schema-when-no-body-params.js

2

index.js

@@ -55,3 +55,3 @@ var convert = require('openapi-jsonschema-parameters');

});
} else {
} else if (bodySchema) {
bodySchema.definitions = args.schemas;

@@ -58,0 +58,0 @@ }

{
"name": "express-openapi-validation",
"version": "0.5.0",
"version": "0.5.1",
"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