New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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-1518408921089 to 1.0.0-1518417962068

4

lib/index.test.js

@@ -27,3 +27,3 @@ /* eslint-env mocha */

});
it('should throw when trying to mutate state outside actions', () => {
it('should not throw when trying to mutate state outside actions', () => {
const rootModule = Module({

@@ -38,3 +38,3 @@ state: {

});
assert.throws(() => {
assert.doesNotThrow(() => {
controller.state.foo = 'bar2';

@@ -41,0 +41,0 @@ });

@@ -190,3 +190,3 @@ import { extractModuleProp, isObject, BaseModel } from 'cerebral/internal';

super(controller);
useStrict(true);
useStrict(false);
this.state = extractModuleProp(controller.module, 'state', (state, module) => {

@@ -193,0 +193,0 @@ return this.observeState(state);

{
"name": "@cerebral/fluent",
"version": "1.0.0-1518408921089",
"version": "1.0.0-1518417962068",
"description": "Makes Cerebral typescript friendly",

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

"dependencies": {
"cerebral": "^4.2.0-1518408921089",
"cerebral": "^4.2.0-1518417962068",
"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