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

cerebral

Package Overview
Dependencies
Maintainers
5
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 5.0.0-1528225309613 to 5.0.0-1528228926684

2

es/devtools/index.js

@@ -63,3 +63,3 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();

_this.version = "5.0.0-1528225309613";
_this.version = "5.0.0-1528228926684";
_this.debuggerWatchMap = {};

@@ -66,0 +66,0 @@ _this.debuggerComputedMap = {};

@@ -13,3 +13,2 @@ import ControllerClass from './Controller';

get: function get(obj, prop) {
console.log('wuut?', obj, prop);
throw new Error('YOU HAVE NOT ENABLED THE BABEL-PLUGIN-CEREBRAL');

@@ -16,0 +15,0 @@ }

@@ -77,3 +77,3 @@ import { DevTools } from './devtools';

};
catch?: [ErrorClass, Sequence][];
catch?: Function[][];
providers?: {

@@ -96,3 +96,3 @@ [providerName: string]: any;

};
catch?: [ErrorClass, Sequence][];
catch?: Function[][];
providers?: {

@@ -103,3 +103,3 @@ [providerName: string]: any;

type ModuleFunction<State, Sequences, Compute> = (
export type ModuleFunction<State = {}, Sequences = {}, Compute = {}> = (
module: { name: string; path: string; app: ControllerClass }

@@ -139,3 +139,3 @@ ) => ModuleObjectDefinition<State, Sequences, Compute>;

get<T>(value: T): T
runSequence(name: string, signal: Sequence, payload: any): void;
runSequence(name: string, signal: Sequence, payload?: any): void;
getSequence<T = any>(path: string): RunableSequence<T>;

@@ -142,0 +142,0 @@ addModule(path: string, module: ModuleClass): void;

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

_this.version = "5.0.0-1528225309613";
_this.version = "5.0.0-1528228926684";
_this.debuggerWatchMap = {};

@@ -84,0 +84,0 @@ _this.debuggerComputedMap = {};

@@ -143,3 +143,2 @@ 'use strict';

get: function get(obj, prop) {
console.log('wuut?', obj, prop);
throw new Error('YOU HAVE NOT ENABLED THE BABEL-PLUGIN-CEREBRAL');

@@ -146,0 +145,0 @@ }

{
"name": "cerebral",
"version": "5.0.0-1528225309613",
"version": "5.0.0-1528228926684",
"description": "A state controller with its own debugger",

@@ -24,3 +24,3 @@ "main": "index.js",

"es6-error": "^4.0.2",
"function-tree": "^3.3.0-1528225309613"
"function-tree": "^3.3.0-1528228926684"
},

@@ -27,0 +27,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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