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

treeflex

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

treeflex - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

package.json
{
"name": "treeflex",
"version": "1.0.1",
"version": "1.0.2",
"description": "Treeflex is a flexbox based CSS library for drawing hierarchy trees with HTML lists.",

@@ -15,3 +15,3 @@ "keywords": ["css", "flexbox", "scss", "hierarchy tree", "tree", "css tree"],

"start": "parcel src/site/index.html -d docs_dev --open --port 8080",
"build": "rm -rf dist docs && parcel build src/site/index.html -d docs --no-source-maps && parcel build src/core/js/treeflex.js src/core/scss/treeflex.scss -d dist/css"
"build": "rm -rf dist docs && parcel build src/site/index.html --public-url /treeflex/ -d docs --no-source-maps && parcel build src/core/js/treeflex.js src/core/scss/treeflex.scss -d dist/css"
},

@@ -18,0 +18,0 @@ "files": ["dist/", "src/"],

# Treeflex
### A flexbox based CSS library for drawing hierarchy trees with HTML lists.
Check the [project page](https://dumptyd.github.io/treeflex) for documentation.
Check out the [project page](https://dumptyd.github.io/treeflex/) for documentation.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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