generic-pool
Advanced tools
Comparing version 3.8.0 to 3.8.1
@@ -369,3 +369,3 @@ "use strict"; | ||
// Safety check incase we could get stuck in infinite loop because we | ||
// somehow emptied the array after chekcing it's length | ||
// somehow emptied the array after checking its length. | ||
if (iterationResult.done === true && this._availableObjects.length < 1) { | ||
@@ -375,3 +375,3 @@ this._evictionIterator.reset(); | ||
} | ||
// if this happens it should just mean we reached the end of the | ||
// If this happens it should just mean we reached the end of the | ||
// list and can reset the cursor. | ||
@@ -378,0 +378,0 @@ if (iterationResult.done === true && this._availableObjects.length > 0) { |
{ | ||
"name": "generic-pool", | ||
"description": "Generic resource pooling for Node.JS", | ||
"version": "3.8.0", | ||
"version": "3.8.1", | ||
"author": "James Cooper <james@bitmechanic.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
73738
23
1448