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

putil-waterfall

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

putil-waterfall - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

7

lib/waterfall.js

@@ -81,5 +81,6 @@ /* putil-waterfall

typeof o.then === 'function' && typeof o.catch === 'function') {
o.catch(function(e) {
callback.apply(callback, [e, v, index].concat(args));
});
o.then(v => next(null, v))
.catch(function(e) {
callback.apply(callback, [e, v, index].concat(args));
});
}

@@ -86,0 +87,0 @@ } catch (e) {

{
"name": "putil-waterfall",
"description": "Simple, fast async waterfall NodeJs module for JavaScript",
"version": "1.1.5",
"version": "1.1.6",
"author": "Panates Ltd.",

@@ -6,0 +6,0 @@ "contributors": [

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