chance-generators
Advanced tools
Comparing version 1.13.0 to 1.14.0
@@ -246,4 +246,9 @@ /*global define*/ | ||
var limits = copy(currentLimits) | ||
limits.pool = data | ||
var pool = {} | ||
for (var i = 0; i < data.length; i += 1) { | ||
pool[data[i]] = true | ||
} | ||
limits.pool = Object.keys(pool).join('') | ||
if (data.length === 0) { | ||
@@ -250,0 +255,0 @@ return that.identity(data) |
{ | ||
"name": "chance-generators", | ||
"version": "1.13.0", | ||
"version": "1.14.0", | ||
"description": "Random generators based on changejs", | ||
@@ -5,0 +5,0 @@ "main": "lib/chance-generators.js", |
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
29518
603