Socket
Socket
Sign inDemoInstall

run-waterfall

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

run-waterfall - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

package.json
{
"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.1",
"description": "Run an array of functions in series, each passing its results to the next function (waterfall)",
"version": "1.0.2",
"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**
### Run an array of functions in series, **each passing its results to the next function**

@@ -6,0 +5,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)

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