Socket
Socket
Sign inDemoInstall

object-treeify

Package Overview
Dependencies
0
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "object-treeify",
"version": "1.0.2",
"version": "1.0.3",
"description": "Stringify Object as tree structure",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -17,9 +17,9 @@ # object-treeify

oranges: {
'mandarin': { ├─ oranges
clementine: null, │ └─ mandarin
tangerine: 'so cheap and juicy!' -=> │ ├─ clementine
} │ └─ tangerine: so cheap and juicy!
}, └─ apples
apples: { ├─ gala
'gala': null, └─ pink lady
'mandarin': { ├─ apples,
clementine: null, │ ├─ gala
tangerine: 'so cheap and juicy!' -=> │ └─ pink lady
} └─ oranges
}, └─ mandarin
apples: { ├─ clementine
'gala': null, └─ tangerine: so cheap and juicy!
'pink lady': null

@@ -58,8 +58,8 @@ }

// =>
// ├─ apples,
// │ ├─ gala,
// │ └─ pink lady,
// └─ oranges,
// └─ mandarin,
// ├─ clementine,
// ├─ apples
// │ ├─ gala
// │ └─ pink lady
// └─ oranges
// └─ mandarin
// ├─ clementine
// └─ tangerine: so cheap and juicy!

@@ -66,0 +66,0 @@ ```

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc