object-scan
Advanced tools
Comparing version 14.4.3 to 14.4.4
@@ -165,5 +165,3 @@ "use strict"; | ||
isMatch = true; | ||
} | ||
if ('' in searches[0]) { | ||
} else if ('' in searches[0]) { | ||
assert(searches.length === 1); | ||
@@ -170,0 +168,0 @@ stack.push(true, [searches[0]['']], segment, depth); |
{ | ||
"name": "object-scan", | ||
"version": "14.4.3", | ||
"version": "14.4.4", | ||
"description": "Traverse object hierarchies using matching and callbacks.", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
59525
840