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.17.4 to 0.17.5

2

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

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

@@ -188,2 +188,3 @@ var utils = require('./utils.js');

var exits = executionArray.shift();
action.path = result.path;
executionArray.splice.apply(executionArray, [0, 0].concat(exits[result.path]));

@@ -190,0 +191,0 @@ }

@@ -141,2 +141,3 @@ /*

} catch (e) {
console.warn('CEREBRAL - There was an error remembering state, it has been reset');
isRemembering = false;

@@ -143,0 +144,0 @@ this.reset();

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