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.56.1 to 0.56.2

6

CHANGELOG.md
# Change Log
## 0.56.2
- Fixed an issue with typings not working properly for model properties (probably introduced in v0.55.0).
## 0.56.1
- Fixed webpack import section in `package.json`.

@@ -4,0 +10,0 @@ - Made `onInit`, `onAttachedToRootStore` and `onLazyInit` protected.

4

dist/dataModel/BaseDataModel.d.ts

@@ -40,2 +40,6 @@ import { dataTypeSymbol } from "../modelShared/BaseModelShared";

/**
* @ignore
*/
export declare type BaseDataModelKeys = keyof AnyDataModel | "onLazyInit";
/**
* Any kind of data model instance.

@@ -42,0 +46,0 @@ */

@@ -91,2 +91,6 @@ import type { O } from "ts-toolbelt";

/**
* @ignore
*/
export declare type BaseModelKeys = keyof AnyModel | "onInit" | "onAttachedToRootStore";
/**
* Any kind of model instance.

@@ -93,0 +97,0 @@ */

2

package.json
{
"name": "mobx-keystone",
"version": "0.56.1",
"version": "0.56.2",
"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": [

@@ -105,3 +105,3 @@ import { dataTypeSymbol, ModelClass } from "../modelShared/BaseModelShared"

/**
* @internal
* @ignore
*/

@@ -108,0 +108,0 @@ export type BaseDataModelKeys = keyof AnyDataModel | "onLazyInit"

@@ -171,3 +171,3 @@ import { observable } from "mobx"

/**
* @internal
* @ignore
*/

@@ -174,0 +174,0 @@ export type BaseModelKeys = keyof AnyModel | "onInit" | "onAttachedToRootStore"

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