Socket
Socket
Sign inDemoInstall

treeify

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

treeify - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

.travis.yml

6

package.json
{
"name": "treeify",
"version": "0.4.1",
"version": "0.4.2",
"author": "Luke Plaster <notatestuser@gmail.com>",
"description": "converts a JS object into a nice, visible tree structure for the console",
"scripts": {
"test": "./node_modules/vows/bin/vows --spec --isolate"
"test": "./node_modules/vows/bin/vows --spec"
},

@@ -25,4 +25,4 @@ "main": "./treeify",

"engines": {
"node": ">=0.8"
"node": ">=0.6"
}
}
node-treeify
============
[![Build Status](https://travis-ci.org/notatestuser/node-treeify.png?branch=master)](https://travis-ci.org/notatestuser/node-treeify)
_treeify_ converts a JS object into a nice, visible depth-indented tree for console printing. The structure

@@ -34,3 +36,3 @@ generated is similar to what you get by running the ```tree``` command on Unixy platforms.

treeify.asLines(obj, showValues (boolean), [hideFunctions (boolean),] lineCallback (function))
// NOTE: hideFunctions is optional and may be safely omitted - this was done to not break existing uses of the previous form
// NOTE: hideFunctions is optional and may be safely omitted - this was done to ensure we don't break uses of the previous form
```

@@ -37,0 +39,0 @@ ### asTree()

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