deep-props
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "deep-props", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Creates an array of deep paths and properties associated with an object. Non-recursively iterates through deep objects until an endpoint is reached. Optionally unpacks prototypes and non-enumerable property descriptors. Supports Objects, Arrays, Maps, and Sets automatically.", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -7,3 +7,3 @@ # deep-props | ||
Endpoints may be previously discovered object references, primitives, or objects whose children are inaccessible due to settings. | ||
Endpoints may be previously discovered object references, primitives, or objects whose children are inaccessible due to settings or otherwise. | ||
@@ -10,0 +10,0 @@ Avoids recursion by using a task queue; very deep objects may be traversed without hitting the stack limit. |
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
104992