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

@cerebral/fluent

Package Overview
Dependencies
Maintainers
5
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cerebral/fluent - npm Package Compare versions

Comparing version 1.0.0-1518524980837 to 1.0.0-1518545347774

3

lib/View.js

@@ -32,5 +32,3 @@ import { Reaction } from 'mobx';

registerAutorun() {
console.log(this._displayName, 'starting autorun!');
this.autorun = autorun(() => {
console.log(this._displayName, 'autorun!');
this.cerebralProps = this.dependencies({

@@ -47,3 +45,2 @@ state: this.controller.state,

mount() {
console.log(this._displayName, 'MOUNTING!');
this.registerAutorun();

@@ -50,0 +47,0 @@ this.isMounted = true;

4

package.json
{
"name": "@cerebral/fluent",
"version": "1.0.0-1518524980837",
"version": "1.0.0-1518545347774",
"description": "Makes Cerebral typescript friendly",

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

"dependencies": {
"cerebral": "^4.2.0-1518524980837",
"cerebral": "^4.2.0-1518545347774",
"mobx": "^3.4.1"

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