object-scan
Advanced tools
Comparing version 13.7.0 to 13.7.1
@@ -143,4 +143,6 @@ "use strict"; | ||
if (ctx.useArraySelector === false && Array.isArray(haystack)) { | ||
for (let idx = 0, len = haystack.length; idx < len; idx += 1) { | ||
stack.push(false, searches, idx, depth + 1); | ||
if (ctx.breakFn === undefined || ctx.breakFn(kwargs) !== true) { | ||
for (let idx = 0, len = haystack.length; idx < len; idx += 1) { | ||
stack.push(false, searches, idx, depth + 1); | ||
} | ||
} // eslint-disable-next-line no-continue | ||
@@ -147,0 +149,0 @@ |
{ | ||
"name": "object-scan", | ||
"version": "13.7.0", | ||
"version": "13.7.1", | ||
"description": "Traverse object hierarchies using matching and callbacks.", | ||
@@ -61,3 +61,3 @@ "main": "lib/index.js", | ||
"diff2html": "3.1.18", | ||
"eslint": "7.16.0", | ||
"eslint": "7.17.0", | ||
"eslint-config-airbnb-base": "14.2.1", | ||
@@ -64,0 +64,0 @@ "eslint-plugin-import": "2.22.1", |
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
53764
814