Socket
Socket
Sign inDemoInstall

run-parallel

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

6

index.js

@@ -14,3 +14,3 @@ module.exports = function (tasks, cb) {

function done (err, results) {
function done (err) {
function end () {

@@ -27,3 +27,3 @@ if (cb) cb(err, results)

if (--pending === 0 || err) {
done(err, results)
done(err)
}

@@ -34,3 +34,3 @@ }

// empty
done(null, results)
done(null)
} else if (keys) {

@@ -37,0 +37,0 @@ // object

{
"name": "run-parallel",
"description": "Run an array of functions in parallel",
"version": "1.1.3",
"version": "1.1.4",
"author": {

@@ -6,0 +6,0 @@ "name": "Feross Aboukhadijeh",

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