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 1.0.0 to 1.0.1

6

package.json
{
"name": "treeify",
"version": "1.0.0",
"version": "1.0.1",
"author": "Luke Plaster <notatestuser@gmail.com>",
"description": "converts a JS object into a nice, visible tree structure for the console",
"description": "converts a JS object into a nice and readable tree structure for the console",
"scripts": {

@@ -12,3 +12,3 @@ "test": "./node_modules/vows/bin/vows --spec"

"type": "git",
"url": "https://github.com/notatestuser/node-treeify.git"
"url": "https://github.com/notatestuser/treeify.git"
},

@@ -15,0 +15,0 @@ "keywords": [

@@ -1,6 +0,4 @@

node-treeify
============
treeify [![Build Status](https://travis-ci.org/notatestuser/node-treeify.png?branch=master)](https://travis-ci.org/notatestuser/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

@@ -29,4 +27,7 @@ generated is similar to what you get by running the ```tree``` command on Unixy platforms.

Installation
------------
Getting it
----------
### For use with node.js
First you'll want to run this command in your project's root folder:

@@ -48,3 +49,3 @@ ```

### ...or in a browser
### For use in a browser

@@ -57,2 +58,3 @@ Treeify cooperates with Node, AMD or browser globals to create a module. This means it'll work

-----
The methods exposed to you are as follows, in a strange kind of signature notation:

@@ -72,2 +74,3 @@

-----------------
There's a pretty extensive suite of Vows tests included.

@@ -74,0 +77,0 @@ ```

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