Socket
Socket
Sign inDemoInstall

async-each

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

4

bower.json

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

"description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach function for JavaScript.",
"version": "0.1.2",
"version": "0.1.3",
"keywords": ["async", "forEach", "each"],

@@ -14,4 +14,4 @@ "main": "index.js",

"node_modules",
"components"
"bower_components"
]
}

@@ -0,1 +1,4 @@

# async-each 0.1.3 (25 July 2013)
* Fixed double wrapping of errors.
# async-each 0.1.2 (7 July 2013)

@@ -2,0 +5,0 @@ * Fixed behaviour on empty arrays.

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

"description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach function for JavaScript.",
"version": "0.1.2",
"version": "0.1.3",
"keywords": ["async", "forEach", "each"],

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

@@ -20,3 +20,3 @@ // MIT license (by Paul Miller from http://paulmillr.com).

returned = true;
return callback(new Error(error));
return callback(error);
}

@@ -23,0 +23,0 @@ transformed[index] = transformedItem;

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

"description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach function for JavaScript.",
"version": "0.1.2",
"version": "0.1.3",
"keywords": ["async", "forEach", "each"],

@@ -8,0 +8,0 @@ "homepage": "https://github.com/paulmillr/async-each/",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc