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

ee-async

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ee-async - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

3

lib/chain.js

@@ -27,6 +27,5 @@

});
each.apply(undefined, args);
};

@@ -82,2 +82,5 @@

if (!items.length) return callback(null, []);
complete = function(argLen, hasError) {

@@ -106,3 +109,3 @@ var i = 0;

}
callback(new Error('There were '+errCount+' errors while processing your data!').setName('ProcessingError'), items);
callback(new Error('There were '+errCount+' error(s) while processing your data!').setName('ProcessingError'), items);
}

@@ -109,0 +112,0 @@ else callback(undefined, items);

@@ -25,2 +25,5 @@

if (!jobs.length) return callback(null, []);
complete = function(index, args) {

@@ -27,0 +30,0 @@ var i, a;

{
"name" : "ee-async"
, "description" : "simpler control flow for asynchronous operations"
, "version" : "0.2.2"
, "version" : "0.2.3"
, "homepage" : "https://github.com/eventEmitter/ee-async"

@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)"

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