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

state-tree

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

state-tree - npm Package Compare versions

Comparing version 0.2.6 to 0.3.0

README.md

5

index.js
// class factories exported as CommonJS module "default"
var StateTree = require('./lib/stateTree').default
var Computed = require('./lib/computed').default

@@ -8,5 +7,1 @@ module.exports = function (initialState) {

}
module.exports.computed = function (deps, cb) {
return new Computed(deps, cb)
}

2

package.json
{
"name": "state-tree",
"version": "0.2.6",
"version": "0.3.0",
"description": "A state tree that handles reference updates and lets you flush a description of changes",

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

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