New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

treeize

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

treeize - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.npmignore

18

package.json
{
"name": "treeize",
"version": "0.0.2",
"version": "0.0.3",
"description": "Converts tabular row data (as from SQL joins, flat JSON, etc) to deep tree graphs based on simple column naming conventions.",
"main": "treeize.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "./lib/treeize.js",
"repository": {
"type": "git",
"url": "https://github.com/kwhitley/treeize"
"url": "https://github.com/kwhitley/treeize.git"
},

@@ -24,3 +21,6 @@ "keywords": [

"author": "K. R. Whitley <contact@krwhitley.com> (http://krwhitley.com/)",
"license": "MIT",
"licenses": [{
"type": "MIT",
"url" : "http://en.wikipedia.org/wiki/MIT_License"
}],
"bugs": {

@@ -30,5 +30,5 @@ "url": "https://github.com/kwhitley/treeize/issues"

"dependencies": {
"lodash": "~1.3.*",
"inflection": "~1.2.*"
"lodash": "~1.3.1",
"inflection": "~1.2.6"
}
}
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