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 4.2.1 to 4.2.2-1523952156059

2

es/devtools/index.js

@@ -59,3 +59,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 = "4.2.1";
_this.version = "4.2.2-1523952156059";
_this.debuggerComponentsMap = {};

@@ -62,0 +62,0 @@ _this.debuggerComponentDetailsId = 1;

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

_this.version = "4.2.1";
_this.version = "4.2.2-1523952156059";
_this.debuggerComponentsMap = {};

@@ -80,0 +80,0 @@ _this.debuggerComponentDetailsId = 1;

{
"name": "cerebral",
"version": "4.2.1",
"version": "4.2.2-1523952156059",
"description": "A state controller with its own debugger",

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

"es6-error": "^4.0.2",
"function-tree": "^3.2.1"
"function-tree": "^3.2.2-1523952156059"
},

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

# Cerebral
A declarative state and side effects management solution for popular JavaScript frameworks

@@ -15,2 +16,3 @@

### Install
`npm install cerebral`

@@ -17,0 +19,0 @@

@@ -5,3 +5,3 @@ import * as tt from 'typescript-definition-tester'

export function compileDirectory(done) {
const filter = fileName => fileName.match(/\.ts$/)
const filter = (fileName) => fileName.match(/\.ts$/)
const options = {

@@ -8,0 +8,0 @@ experimentalDecorators: true,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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