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

mobx-keystone

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-keystone - npm Package Compare versions

Comparing version 0.51.0 to 0.51.1

4

dist/ref/Ref.d.ts

@@ -7,3 +7,5 @@ import { ModelClass } from "../model/BaseModel";

id: import("..").MaybeOptionalModelProp<string, string>;
}, "$modelId">;
} & {
$modelId: import("..").ModelProp<string, string, string, string, string, true>;
}>;
/**

@@ -10,0 +12,0 @@ * A reference model base type.

declare const ArraySet_base: import("../model/Model")._Model<unknown, {
items: import("..").OptionalModelProp<any[], any[]>;
}, "$modelId">;
} & {
$modelId: import("..").ModelProp<string, string, string, string, string, true>;
}>;
/**

@@ -5,0 +7,0 @@ * A set that is backed by an array.

@@ -7,3 +7,5 @@ declare const ObjectMap_base: import("../model/Model")._Model<unknown, {

}>;
}, "$modelId">;
} & {
$modelId: import("..").ModelProp<string, string, string, string, string, true>;
}>;
/**

@@ -10,0 +12,0 @@ * A map that is backed by an object-like map.

{
"name": "mobx-keystone",
"version": "0.51.0",
"version": "0.51.1",
"description": "A MobX powered state management solution based on data trees with first class support for Typescript, snapshots, patches and much more",

@@ -5,0 +5,0 @@ "keywords": [

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