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.13.0 to 0.13.1

2

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

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

@@ -9,14 +9,3 @@ # Cerebral ![build status](https://travis-ci.org/christianalfoni/cerebral.svg?branch=master)

- [What is Cerebral?](#what-is-cerebral)
- [Grab the Chrome Debugger](#grab-the-chrome-debugger)
- [How to get started](#how-to-get-started)
- [How to use Cerebral with an existing package](#how-to-use-cerebral-with-an-existing-package)
- [Instantiate a controller](#instantiate-a-controller)
- [Creating actions and signals](#creating-actions-and-signals)
- [Trigger a signal](#trigger-a-signal)
- [Get initial state](#get-initial-state)
- [Get state updates](#get-state-updates)
- [Mutations](#mutations)
- [Get state in actions](#get-state-in-actions)
- [Async actions](#async-actions)
- [Recording](#recording)
- [How to create a custom Cerebral package](#how-to-create-a-custom-cerebral-package)

@@ -37,5 +26,2 @@

## Grab the Chrome debugger
## How to get started

@@ -49,4 +35,4 @@

- [cerebral-react-immutable-store](https://github.com/christianalfoni/cerebral-react-immutable-store)
- [cerebral-angular-immutable-store](https://github.com/christianalfoni/cerebral-angular-immutable-store)
- [cerebral-react-immutable-store](https://github.com/christianalfoni/cerebral-react-immutable-store) - [Video introduction](https://www.youtube.com/watch?v=QG181MnRIXM)
- [cerebral-angular-immutable-store](https://github.com/christianalfoni/cerebral-angular-immutable-store) - [Video introduction](https://www.youtube.com/watch?v=YVmgLReFjLw)
- cerebral-react-baobab

@@ -57,3 +43,3 @@ - cerebral-jquery-immutable-store

### 3. Signals and actions
Depending on the package you choose you instantiate and create signals differently. Please continue with the README of the specific package you chose
Depending on the package you choose you instantiate and create signals differently. Please continue with the README of the specific package you choose

@@ -60,0 +46,0 @@ ## How to create a custom Cerebral package

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

// If not running in browser
if (typeof window === 'undefined') {
return;
}

@@ -7,0 +11,0 @@ var getDetail = function () {

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