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

modeled-mobx

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modeled-mobx - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

4

dist/modeled-mobx.js

@@ -116,2 +116,6 @@ var mobx = require('mobx');

if (attrs instanceof model) {
return recordParentOf(attrs, parent);
}
if (typeof model.hydrate === 'function') {

@@ -118,0 +122,0 @@ return recordParentOf(model.hydrate(attrs), parent);

@@ -116,2 +116,6 @@ import { observable, action, isObservableProp, intercept, isObservableArray, makeObservable } from 'mobx';

if (attrs instanceof model) {
return recordParentOf(attrs, parent);
}
if (typeof model.hydrate === 'function') {

@@ -118,0 +122,0 @@ return recordParentOf(model.hydrate(attrs), parent);

@@ -116,2 +116,6 @@ import { observable, action, isObservableProp, intercept, isObservableArray, makeObservable } from 'mobx';

if (attrs instanceof model) {
return recordParentOf(attrs, parent);
}
if (typeof model.hydrate === 'function') {

@@ -118,0 +122,0 @@ return recordParentOf(model.hydrate(attrs), parent);

@@ -119,2 +119,6 @@ (function (global, factory) {

if (attrs instanceof model) {
return recordParentOf(attrs, parent);
}
if (typeof model.hydrate === 'function') {

@@ -121,0 +125,0 @@ return recordParentOf(model.hydrate(attrs), parent);

2

package.json
{
"name": "modeled-mobx",
"version": "0.6.2",
"version": "0.6.3",
"description": "MobX powered classes with type-coercion and serialization/hydration",

@@ -5,0 +5,0 @@ "author": "nathanstitt",

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