express-openapi-validator
Advanced tools
Comparing version 4.13.2 to 4.13.3
{ | ||
"name": "express-openapi-validator", | ||
"version": "4.13.2", | ||
"version": "4.13.3", | ||
"description": "Automatically validate API requests and responses with OpenAPI 3 and Express.", | ||
@@ -49,26 +49,25 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/ajv": "^1.0.0", | ||
"@types/cookie-parser": "^1.4.2", | ||
"@types/express": "4.17.11", | ||
"@types/express": "4.17.13", | ||
"@types/mocha": "^9.0.0", | ||
"@types/morgan": "^1.9.3", | ||
"@types/node": "^16.9.1", | ||
"@types/node": "^16.11.10", | ||
"@types/supertest": "^2.0.11", | ||
"body-parser": "^1.19.0", | ||
"chai": "^4.3.4", | ||
"codacy-coverage": "^3.2.0", | ||
"codacy-coverage": "^3.4.0", | ||
"commitizen": "^4.2.4", | ||
"cookie-parser": "^1.4.5", | ||
"cookie-parser": "^1.4.6", | ||
"coveralls": "^3.1.1", | ||
"express": "^4.17.1", | ||
"mocha": "^9.1.1", | ||
"mocha": "^9.1.3", | ||
"morgan": "^1.10.0", | ||
"nodemon": "^2.0.12", | ||
"nodemon": "^2.0.15", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.4.0", | ||
"source-map-support": "0.5.20", | ||
"prettier": "^2.5.0", | ||
"source-map-support": "0.5.21", | ||
"supertest": "^6.1.6", | ||
"ts-node": "^10.2.1", | ||
"typescript": "^4.4.3" | ||
"ts-node": "^10.4.0", | ||
"typescript": "^4.5.2" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
394801
22
1341