reactive-function
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "reactive-function", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "A library for managing data flows and changing state.", | ||
@@ -31,3 +31,10 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/curran/reactive-function#readme" | ||
"homepage": "https://github.com/curran/reactive-function#readme", | ||
"dependencies": { | ||
"graph-data-structure": "^0.1.0", | ||
"reactive-property": "^0.7.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^2.4.5" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
8930
6
193
2
1
+ Addedgraph-data-structure@^0.1.0
+ Addedreactive-property@^0.7.0
+ Addedgraph-data-structure@0.1.0(transitive)
+ Addedreactive-property@0.7.0(transitive)