Comparing version 0.20.8 to 0.20.9
{ | ||
"name": "cerebral", | ||
"version": "0.20.8", | ||
"version": "0.20.9", | ||
"description": "A state controller with its own debugger", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -92,2 +92,7 @@ var utils = require('./utils.js'); | ||
var paths = []; | ||
if (!computed) { | ||
return paths; | ||
} | ||
var traverse = function (tree) { | ||
@@ -94,0 +99,0 @@ return Object.keys(tree).forEach(function (key) { |
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
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
2383188
28049
0