Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

express-openapi-validator

Package Overview
Dependencies
Maintainers
1
Versions
281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-openapi-validator - npm Package Compare versions

Comparing version 4.12.2 to 4.12.3

2

dist/openapi.validator.js

@@ -27,2 +27,4 @@ "use strict";

this.normalizeOptions(options);
if (options.validateApiSpec == null)
options.validateApiSpec = true;
if (options.validateRequests == null)

@@ -29,0 +31,0 @@ options.validateRequests = true;

2

package.json
{
"name": "express-openapi-validator",
"version": "4.12.2",
"version": "4.12.3",
"description": "Automatically validate API requests and responses with OpenAPI 3 and Express.",

@@ -5,0 +5,0 @@ "main": "dist/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