Comparing version 1.0.82 to 1.0.83
{ | ||
"name": "yow", | ||
"version": "1.0.82", | ||
"version": "1.0.83", | ||
"description": "You Only Wish module", | ||
@@ -5,0 +5,0 @@ "main": "yow.js", |
@@ -32,2 +32,6 @@ | ||
if (isFloat(arg)) { | ||
return Math.random() * arg; | ||
} | ||
if (isInteger(arg)) { | ||
@@ -37,6 +41,2 @@ return Math.floor(Math.random() * arg); | ||
if (isFloat(arg)) { | ||
return Math.random() * arg; | ||
} | ||
if (isObject(arg)) { | ||
@@ -43,0 +43,0 @@ return arg[choose(Object.keys(arg))]; |
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