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.6 to 1.1.7

4

index.js
'use strict'
var curry = require('ap').curry
var assert = require('assert')
var assertOk = require('assert-ok')

@@ -19,3 +19,3 @@ module.exports = promiseWaterfall

function promiseWaterfall (callbacks) {
assert(callbacks, 'missing argument promiseWaterfall.callbacks')
assertOk(callbacks, 'missing argument promiseWaterfall.callbacks')

@@ -22,0 +22,0 @@ if (!Array.isArray(callbacks)) return promiseWaterfall([callbacks])

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

@@ -38,4 +38,5 @@ "main": "index.js",

"dependencies": {
"ap": "^0.2.0"
"ap": "^0.2.0",
"assert-ok": "^1.0.0"
}
}
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