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.0.2 to 1.0.3

6

lib/waterfall.js

@@ -21,6 +21,8 @@ /* putil-waterfall

let index = -1;
callback = callback || function() {
};
function next(error, ...args) {
if (error) {
if (callback) callback(error);
callback(error);
return;

@@ -35,3 +37,3 @@ }

} catch (e) {
if (callback) callback(e);
callback(e);
}

@@ -38,0 +40,0 @@ });

{
"name": "putil-waterfall",
"description": "Simple, fast async waterfall NodeJs module for ES6.",
"version": "1.0.2",
"version": "1.0.3",
"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