putil-waterfall
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -17,8 +17,9 @@ /* putil-waterfall | ||
callback = callback || function() { | ||
}; | ||
if (!funcs.length) | ||
return callback ? callback() : undefined; | ||
return callback(); | ||
let index = -1; | ||
callback = callback || function() { | ||
}; | ||
@@ -25,0 +26,0 @@ function next(error, ...args) { |
{ | ||
"name": "putil-waterfall", | ||
"description": "Simple, fast async waterfall NodeJs module for ES6.", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"author": "Panates Ltd.", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6275