Comparing version 0.0.1 to 0.0.2
@@ -12,3 +12,2 @@ // Generated by CoffeeScript 1.6.3 | ||
nextInLine = function() { | ||
console.log('queue length: ', queue.length); | ||
if (queue.length > 0) { | ||
@@ -15,0 +14,0 @@ return exec.apply(null, queue.shift()); |
{ | ||
"name": "exec-queue", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Safely run exec in a loop.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2855
51
2