Socket
Socket
Sign inDemoInstall

middleware-flow

Package Overview
Dependencies
1
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

3

index.js

@@ -62,4 +62,7 @@ var createCount = require('callback-count');

};
},
next: function (req, res, next) {
next();
}
};
flow.and = flow.series;

2

package.json
{
"name": "middleware-flow",
"version": "0.1.1",
"version": "0.1.2",
"description": "Middleware control flow library: series, parallel, or, and",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc