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.8 to 1.1.9

4

index.js

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

module.exports = function (tasks, cb) {
module.exports = runParallel
function runParallel (tasks, cb) {
var results, pending, keys

@@ -3,0 +5,0 @@ var isSync = true

{
"name": "run-parallel",
"description": "Run an array of functions in parallel",
"version": "1.1.8",
"version": "1.1.9",
"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