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.13.5 to 4.13.6

2

dist/openapi.validator.js

@@ -229,3 +229,3 @@ "use strict";

var _a;
const securityHandlers = (_a = (this.options.validateSecurity)) === null || _a === void 0 ? void 0 : _a.handlers;
const securityHandlers = (_a = ((this.options.validateSecurity))) === null || _a === void 0 ? void 0 : _a.handlers;
return middlewares.security(apiDoc, securityHandlers);

@@ -232,0 +232,0 @@ }

{
"name": "express-openapi-validator",
"version": "4.13.5",
"version": "4.13.6",
"description": "Automatically validate API requests and responses with OpenAPI 3 and Express.",

@@ -44,3 +44,3 @@ "main": "dist/index.js",

"media-typer": "^1.1.0",
"multer": "^1.4.3",
"multer": "^1.4.4",
"ono": "^7.1.3",

@@ -52,8 +52,8 @@ "path-to-regexp": "^6.2.0"

"@types/express": "4.17.13",
"@types/mocha": "^9.0.0",
"@types/mocha": "^9.1.0",
"@types/morgan": "^1.9.3",
"@types/node": "^16.11.10",
"@types/node": "^17.0.21",
"@types/supertest": "^2.0.11",
"body-parser": "^1.19.0",
"chai": "^4.3.4",
"body-parser": "^1.19.2",
"chai": "^4.3.6",
"codacy-coverage": "^3.4.0",

@@ -63,13 +63,13 @@ "commitizen": "^4.2.4",

"coveralls": "^3.1.1",
"express": "^4.17.1",
"mocha": "^9.1.3",
"express": "^4.17.3",
"mocha": "^9.2.2",
"morgan": "^1.10.0",
"nodemon": "^2.0.15",
"nyc": "^15.1.0",
"prettier": "^2.5.0",
"prettier": "^2.5.1",
"source-map-support": "0.5.21",
"supertest": "^6.1.6",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
"supertest": "^6.2.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
}
}

Sorry, the diff of this file is not supported yet

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