Socket
Socket
Sign inDemoInstall

ifnode

Package Overview
Dependencies
46
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.4 to 1.5.5

4

core/helper/eachSeries.js

@@ -15,2 +15,3 @@ 'use strict';

var i = 0,
interrupted = false,
length = array.length,

@@ -21,6 +22,7 @@

return iterator(array[i++], next, function interrupt() {
interrupted = true;
i = length;
next();
});
} else {
} else if(!interrupted) {
finish();

@@ -27,0 +29,0 @@ }

{
"name": "ifnode",
"version": "1.5.4",
"version": "1.5.5",
"description": "Node.js MVC Framework",

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

Sorry, the diff of this file is not supported yet

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