state-tree
Advanced tools
Comparing version 0.2.6 to 0.3.0
// 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) | ||
} |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
38660
1
150
16
395