chance-generators
Advanced tools
Comparing version 1.15.3 to 1.16.0
@@ -80,2 +80,6 @@ /*global define*/ | ||
mapGenerator.isMappedGenerator = true | ||
mapGenerator.parentGenerator = generator | ||
mapGenerator.mapFunction = f | ||
mapGenerator.shrink = function (value) { | ||
@@ -82,0 +86,0 @@ if (value === lastMappedValue) { |
{ | ||
"name": "chance-generators", | ||
"version": "1.15.3", | ||
"version": "1.16.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
29991
616