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

volos-swagger

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

volos-swagger - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

4

lib/app-middleware.js

@@ -39,2 +39,4 @@ /****************************************************************************

if (!req.swagger) { return next(); }
var operation = req.swagger.operation;

@@ -50,3 +52,3 @@ var mwChain = operation.volos ? operation.volos.mwChain : undefined; // cache

createMiddlewareChain(operation[VOLOS_APPLY], req),
createMiddlewareChain(req.swagger.path[VOLOS_APPLY], req),
createMiddlewareChain(req.swagger.path[VOLOS_APPLY], req)
].filter(function(ea) { return !!ea; });

@@ -53,0 +55,0 @@

{
"name": "volos-swagger",
"version": "0.6.0",
"version": "0.6.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Middleware for bridging swagger (via swagger-tools) and volos",

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