property-expr
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -113,3 +113,3 @@ /** | ||
while (index < len) { | ||
if (data == null || !safe) { | ||
if (data != null || !safe) { | ||
data = data[parts[index++]] | ||
@@ -116,0 +116,0 @@ } else { |
{ | ||
"name": "property-expr", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "tiny util for getting and setting deep object props safely", | ||
@@ -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