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

cerebral

Package Overview
Dependencies
Maintainers
1
Versions
638
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cerebral - npm Package Compare versions

Comparing version 0.20.12 to 0.21.0

2

package.json
{
"name": "cerebral",
"version": "0.20.12",
"version": "0.21.0",
"description": "A state controller with its own debugger",

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

@@ -8,12 +8,10 @@ var utils = require('./utils.js');

var getDetail = function () {
return {
props: {
signals: JSON.parse(JSON.stringify(signalStore.getSignals())),
willKeepState: signalStore.willKeepState(),
currentSignalIndex: signalStore.getCurrentIndex(),
isExecutingAsync: signalStore.isExecutingAsync(),
isRemembering: signalStore.isRemembering(),
computedPaths: controller.getComputedPaths()
}
};
return JSON.stringify({
signals: signalStore.getSignals(),
willKeepState: signalStore.willKeepState(),
currentSignalIndex: signalStore.getCurrentIndex(),
isExecutingAsync: signalStore.isExecutingAsync(),
isRemembering: signalStore.isRemembering(),
computedPaths: controller.getComputedPaths()
});
};

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