Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

deep-props

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-props - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc