express-openapi-validator
Advanced tools
Comparing version 4.11.0 to 4.11.1
{ | ||
"name": "express-openapi-validator", | ||
"version": "4.11.0", | ||
"version": "4.11.1", | ||
"description": "Automatically validate API requests and responses with OpenAPI 3 and Express.", | ||
@@ -35,2 +35,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@types/multer": "^1.4.5", | ||
"ajv": "^6.12.6", | ||
@@ -44,3 +45,2 @@ "content-type": "^1.0.4", | ||
"media-typer": "^1.1.0", | ||
"@types/multer": "^1.4.5", | ||
"multer": "^1.4.2", | ||
@@ -47,0 +47,0 @@ "ono": "^7.1.3", |
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
5
21