Comparing version 2.2.7 to 2.2.8
@@ -123,3 +123,3 @@ var boolTag = '[object Boolean]', | ||
for (let key of predicate) | ||
if (!ignore.includes(key)) | ||
if (!ignore.includes(key) && object.hasOwnProperty(key) ) | ||
res[ key ] = object[key] | ||
@@ -126,0 +126,0 @@ return res |
{ | ||
"name": "isa.js", | ||
"version": "2.2.7", | ||
"version": "2.2.8", | ||
"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
12890