chance-generators
Advanced tools
Comparing version 1.15.0 to 1.15.1
@@ -333,3 +333,3 @@ /*global define*/ | ||
identityGenerator.map = function (fn) { | ||
return that.identity(fn(data)) | ||
return that.identity(unwrap(fn(data))) | ||
} | ||
@@ -336,0 +336,0 @@ |
{ | ||
"name": "chance-generators", | ||
"version": "1.15.0", | ||
"version": "1.15.1", | ||
"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
29534