Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

async-waterfall

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-waterfall - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

bower.json

@@ -5,3 +5,3 @@ {

"description": "Runs a list of async tasks, passing the results of each into the next one",
"version": "0.1.3",
"version": "0.1.4",
"keywords": ["async", "waterfall", "tasks", "control", "flow"],

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

@@ -5,3 +5,3 @@ {

"description": "Runs a list of async tasks, passing the results of each into the next one",
"version": "0.1.3",
"version": "0.1.4",
"keywords": ["async", "waterfall", "tasks", "control", "flow"],

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

@@ -68,3 +68,3 @@ // MIT license (by Elan Shanker).

define(waterfall); // RequireJS
} else if (typeof module === 'object' && module.exports) {
} else if (typeof module !== 'undefined' && module.exports) {
module.exports = waterfall; // CommonJS

@@ -71,0 +71,0 @@ } else {

{
"name": "async-waterfall",
"version": "0.1.3",
"version": "0.1.4",
"description": "Runs a list of async tasks, passing the results of each into the next one",

@@ -5,0 +5,0 @@ "author": {

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