in-parallel
Advanced tools
Comparing version 0.6.0 to 0.8.0
@@ -24,3 +24,3 @@ function isFunction(functionToCheck) { | ||
for each parallel action to call when it finishes with an element*/ | ||
this.proceedAfterInParallelAction = function() { | ||
var proceedAfterInParallelAction = function() { | ||
numElementsCompleted++; | ||
@@ -27,0 +27,0 @@ |
{ | ||
"name": "in-parallel", | ||
"version": "0.6.0", | ||
"version": "0.8.0", | ||
"description": "A small library for Runs a function on the elements of the provided collection in parallel ", | ||
@@ -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
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
5437