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-1518545347774 to 1.0.0-1518548751679

7

lib/Model.js

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

updateIn(this.state, path, (parentState, key) => {
parentState[key].merge(value);
if (isObservableMap(parentState[key])) {
parentState[key].merge(value);
}
else {
Object.assign(parentState[key], value);
}
});

@@ -253,0 +258,0 @@ }

4

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

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

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