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 2.0.0 to 2.0.1

7

lib/waterfall.js

@@ -47,5 +47,4 @@ /* putil-waterfall

typeof o.then === 'function' && typeof o.catch === 'function') {
o.catch(e => {
callback.call(null, e, ...args);
});
o.then(() => next(null, ...args))
.catch(e => callback.call(null, e, ...args));
}

@@ -56,3 +55,3 @@ } catch (e) {

} else
callback.call(null, undefined, ...args);
callback.call(null, null, ...args);
};

@@ -59,0 +58,0 @@

{
"name": "putil-waterfall",
"description": "Simple, fast async waterfall NodeJs module for JavaScript",
"version": "2.0.0",
"version": "2.0.1",
"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