es6-promise-pool
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -113,3 +113,3 @@ /* global define */ | ||
PromisePool.prototype = new EventTarget() | ||
PromisePool.prototype.constructor = EventTarget | ||
PromisePool.prototype.constructor = PromisePool | ||
@@ -116,0 +116,0 @@ PromisePool.prototype.concurrency = function (value) { |
{ | ||
"name": "es6-promise-pool", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Runs Promises in a pool that limits their maximum 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