express-openapi-validator
Advanced tools
Comparing version 4.12.2 to 4.12.3
@@ -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; |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
278048
5652