object-scan
Advanced tools
Comparing version 15.0.1 to 16.0.0
@@ -207,4 +207,8 @@ "use strict"; | ||
if ('' in searches[0]) { | ||
searchesOut.push(searches[0]['']); | ||
if (path.length === 0) { | ||
if ('' in searches[0]) { | ||
searchesOut.push(searches[0]['']); | ||
} | ||
searchesOut.push(...compiler.getValues(searches[0]).filter(v => compiler.getWildcard(v).isStarRec)); | ||
} | ||
@@ -211,0 +215,0 @@ } else { |
{ | ||
"name": "object-scan", | ||
"version": "15.0.1", | ||
"version": "16.0.0", | ||
"description": "Traverse object hierarchies using matching and callbacks.", | ||
@@ -74,3 +74,3 @@ "main": "lib/index.js", | ||
"nyc": "15.1.0", | ||
"object-scan": "15.0.0", | ||
"object-scan": "15.0.1", | ||
"semantic-release": "17.4.2", | ||
@@ -77,0 +77,0 @@ "smart-fs": "2.0.2", |
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
60410
860