Comparing version 1.0.0 to 1.0.1
@@ -337,2 +337,4 @@ /* | ||
CueBallConnectionPool.prototype.reshuffle = function () { | ||
if (this.p_keys.length <= 1) | ||
return; | ||
var taken = this.p_keys.pop(); | ||
@@ -339,0 +341,0 @@ var idx = Math.floor(Math.random() * (this.p_keys.length + 1)); |
{ | ||
"name": "cueball", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -24,3 +24,4 @@ "main": "lib/index.js", | ||
"sinon": ">=1.17.3 <2.0.0", | ||
"json": ">=9.0.3 <10.0.0" | ||
"json": ">=9.0.3 <10.0.0", | ||
"mname": ">=1.0.8 <2.0.0" | ||
}, | ||
@@ -27,0 +28,0 @@ "scripts": { |
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
141841
3333
5