run-waterfall
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -1,2 +0,4 @@ | ||
module.exports = function (tasks, cb) { | ||
module.exports = runWaterfall | ||
function runWaterfall (tasks, cb) { | ||
var current = 0 | ||
@@ -3,0 +5,0 @@ var isSync = true |
{ | ||
"name": "run-waterfall", | ||
"description": "Run an array of functions in series, each passing its results to the next function (waterfall)", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Feross Aboukhadijeh", |
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
5779
27