it-parallel-batch
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "it-parallel-batch", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Takes an async iterator that emits promise-returning functions, invokes them in parallel and emits the results in the same order as the input", | ||
@@ -15,6 +15,2 @@ "author": "Alex Potsides <alex@achingbrain.net>", | ||
}, | ||
"engines": { | ||
"node": ">=16.0.0", | ||
"npm": ">=7.0.0" | ||
}, | ||
"type": "module", | ||
@@ -142,3 +138,3 @@ "types": "./dist/src/index.d.ts", | ||
"devDependencies": { | ||
"aegir": "^39.0.2", | ||
"aegir": "^40.0.11", | ||
"delay": "^5.0.0", | ||
@@ -145,0 +141,0 @@ "it-all": "^3.0.0" |
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
10473