object-scan
Advanced tools
Comparing version 1.10.7 to 1.10.8
{ | ||
"name": "object-scan", | ||
"version": "1.10.7", | ||
"version": "1.10.8", | ||
"description": "Find Keys using Wildcard matching and optional value function.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -47,3 +47,3 @@ # Object-Scan | ||
- `value` is the value of that key. | ||
- `parents` is an array containing all parents as `[parent, grandparent, ...]`. This includes arrays iff `useArraySelector` is true, otherwise only _direct_ parents are contained. | ||
- `parents` is an array containing all parents as `[parent, grandparent, ...]`. Contains parents that are arrays only iff `useArraySelector` is true. | ||
- `isMatch` is true if this is a valid (intermittent) result. | ||
@@ -50,0 +50,0 @@ - `needle` is the needle that matches if `isMatch` is true, otherwise `null`. |
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
33768