New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

run-auto

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

run-auto - npm Package Compare versions

Comparing version

to
2.0.3

4

index.js

@@ -0,1 +1,3 @@

module.exports = runAuto
var dezalgo = require('dezalgo')

@@ -15,3 +17,3 @@

module.exports = function (tasks, cb) {
function runAuto (tasks, cb) {
if (cb) cb = dezalgo(cb)

@@ -18,0 +20,0 @@ var results = {}

{
"name": "run-auto",
"description": "Determine the best order for running async functions, and run them",
"version": "2.0.2",
"version": "2.0.3",
"author": {

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