Comparing version 0.2.2 to 0.2.3
@@ -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/)" |
Possible typosquat attack
Supply chain riskThere is a package with a similar name that is downloaded much more often.
Did you mean |
---|
neo-async |
8667
192
0