deep-props
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "deep-props", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Creates an array of deep paths and properties associated with an object. Iterates through unpacked property values until an endpoint is reached. Optionally traverses prototypes and non-enumerable properties. Endpoints may be previously discovered references, primitives, or objects without children. A custom unpacking function may be supplied.", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -19,3 +19,3 @@ # deep-props | ||
Circular references or otherwise duplicate references to objects will be signified using a 'ref' property, rather than a value. See the [return details](#RefAt). | ||
Circular references or otherwise duplicate references to objects will be signified using a 'ref' property, rather than a value. See the [return details](#PropAt). | ||
@@ -22,0 +22,0 @@ Any unsupported data structure may be accessed by supplying a customizer function. See [the global docs](https://github.com/jpcx/deep-props/blob/master/docs/global.md#PropsCustomizer). |
105180