Comparing version 2.2.9 to 2.2.10
@@ -118,3 +118,5 @@ var boolTag = '[object Boolean]', | ||
if (!ignore || !Array.isArray(ignore)) | ||
if (!ignore) | ||
ignore = [] | ||
else if (!Array.isArray(ignore)) | ||
ignore = Object.keys( ignore ) | ||
@@ -121,0 +123,0 @@ |
{ | ||
"name": "isa.js", | ||
"version": "2.2.9", | ||
"version": "2.2.10", | ||
"description": "Very minimal collection is isA functions. isObject, isArray, isDate...", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/imrefazekas/isa", |
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
12939
315