New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

promise.waterfall

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promise.waterfall - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "promise.waterfall",
"version": "1.1.2",
"version": "1.1.3",
"description": "Runs an array of promises in series, each passing their results to the next promise in the array.",

@@ -5,0 +5,0 @@ "main": "index.js",

# promise-waterfall
Runs the an array of promises in series, each passing their results to the next promise in the array.
Runs an array of promises in series, each passing their results to the next promise in the array.
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