generic-pool
Advanced tools
Comparing version 3.0.0-alpha.7 to 3.0.0-alpha.8
@@ -55,5 +55,5 @@ 'use strict' | ||
// | ||
// | ||
/** | ||
* Not quite compliant forEach impl - | ||
* Not quite compliant forEach impl - | ||
* maybe move to an iterator? | ||
@@ -60,0 +60,0 @@ * @param {Function} callback only given currentValue and index |
@@ -471,3 +471,3 @@ 'use strict' | ||
} else { | ||
this._availableObjects.splice(0, 0, pooledResource) | ||
this._availableObjects.unshift(pooledResource) | ||
} | ||
@@ -474,0 +474,0 @@ } |
{ | ||
"name": "generic-pool", | ||
"description": "Generic resource pooling for Node.JS", | ||
"version": "3.0.0-alpha.7", | ||
"version": "3.0.0-alpha.8", | ||
"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
81054