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.4.3 to 0.4.4

2

package.json
{
"name": "cerebral",
"version": "0.4.3",
"version": "0.4.4",
"description": "An intelligent react application framework",

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

@@ -68,3 +68,3 @@ 'use strict';

console.warn('Cerebral was unable to remember your state, probably due to an incompatible change in the code. State has been reset!');
helpers.eventStore.reset(helpers);
helpers.eventStore.reset(helpers.currentState);
}

@@ -146,3 +146,3 @@

helpers.asyncCallbacks = {};
helpers.eventStore.reset(helpers);
helpers.eventStore.reset(helpers.currentState);
};

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