Comparing version 0.1.4 to 0.1.5
@@ -57,3 +57,3 @@ export function getCharCountsByKey(arr) { | ||
export function shuffle(arr) { | ||
if (!arr instanceof Array) { | ||
if (!Array.isArray(arr)) { | ||
throw new Error("Please input an array as the parameter"); | ||
@@ -60,0 +60,0 @@ } |
{ | ||
"name": "pedash", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "A lodash-like javascript helper -- for dummies", | ||
@@ -5,0 +5,0 @@ "main": "index.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
3012