run-waterfall
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "run-waterfall", | ||
"description": "Run an array of functions in series, each passing their results to the next in the array (waterfall)", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Feross Aboukhadijeh", |
# run-waterfall [![travis](https://img.shields.io/travis/feross/run-waterfall.svg)](https://travis-ci.org/feross/run-waterfall) [![npm](https://img.shields.io/npm/v/run-waterfall.svg)](https://npmjs.org/package/run-waterfall) | ||
### Run an array of functions in series, **each passing their results to the next in | ||
the array* | ||
the array** | ||
@@ -6,0 +6,0 @@ ![waterfall](https://raw.githubusercontent.com/feross/run-waterfall/master/img.png) [![browser support](https://ci.testling.com/feross/run-waterfall.png)](https://ci.testling.com/feross/run-waterfall) |
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
12072