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

cherrytree

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cherrytree - npm Package Compare versions

Comparing version 2.0.0-rc4 to 2.0.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### v2.0.0
Nothing changed from v2.0.0-rc4.
### v2.0.0-rc4

@@ -2,0 +6,0 @@

2

package.json
{
"name": "cherrytree",
"version": "2.0.0-rc4",
"version": "2.0.0",
"description": "Cherrytree - a flexible hierarchical client side router",

@@ -5,0 +5,0 @@ "main": "index",

# <img src="https://cloud.githubusercontent.com/assets/324440/11302251/2c573b4a-8f94-11e5-9df6-889b19c2ad48.png" width="320" />
Cherrytree is a flexible hierarchical router that translates every URL change to a transition object and calls your middleware functions that put the application into a desired state.
Cherrytree is a flexible hierarchical router that translates every URL change into a transition descriptor object and calls your middleware functions that put the application into a desired state.

@@ -8,10 +8,8 @@

The size excluding all deps is ~4.79kB gzipped and the standalone build with all deps is ~7.2kB gzipped.
The size excluding all deps is ~4.83kB gzipped and the standalone build with all deps is ~7.24kB gzipped.
**IMPORTANT!** - to get the latest (alpha) version, atm you need to use the `@latest` tag. There are a couple of small API tweaks I want to make before the 2.0.0 stable is released.
$ npm install --save cherrytree
$ npm install --save cherrytree@latest
In a CJS environment
In a CJS environment, simply require it as usual, the dependencies will be loaded from npm
require('cherrytree')

@@ -18,0 +16,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