es6-promise-pool
Advanced tools
Comparing version 2.4.6 to 2.5.0
@@ -198,3 +198,3 @@ (function (root, factory) { | ||
if (!this._done) { | ||
var result = null | ||
var result = { done: false } | ||
while (this._size < this._concurrency && | ||
@@ -201,0 +201,0 @@ !(result = this._iterator.next()).done) { |
{ | ||
"name": "es6-promise-pool", | ||
"version": "2.4.6", | ||
"version": "2.5.0", | ||
"description": "Runs Promises in a pool that limits their concurrency.", | ||
@@ -5,0 +5,0 @@ "author": { |
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
16035