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

mobx-state-tree

Package Overview
Dependencies
Maintainers
3
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-state-tree - npm Package Compare versions

Comparing version 3.12.0 to 3.12.1

10

dist/core/type/type.d.ts

@@ -51,2 +51,6 @@ import { IValidationContext, IValidationResult, IStateTreeNode, ModelPrimitive } from "../../internal";

name: string;
/**
* Name of the dentifier attribute or null if none.
*/
readonly identifierAttribute?: string;
create(...args: CreateParams<C>): STNValue<T, this>;

@@ -82,3 +86,3 @@ /**

*/
Type: STNValue<T, this>;
readonly Type: STNValue<T, this>;
/**

@@ -88,3 +92,3 @@ * @deprecated use `SnapshotOut<typeof MyType>` instead.

*/
SnapshotType: S;
readonly SnapshotType: S;
/**

@@ -94,3 +98,3 @@ * @deprecated use `SnapshotIn<typeof MyType>` instead.

*/
CreationType: C;
readonly CreationType: C;
}

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

@@ -0,0 +0,0 @@ import { IMiddlewareEvent, IMiddlewareHandler } from "../internal";

import { IInterceptor, IKeyValueMap, IMapDidChange, IMapWillChange, Lambda } from "mobx";
import { IAnyType, IType, ExtractC, ExtractS, ExtractTWithSTN, ExtractCSTWithSTN } from "../../internal";
import { ExtractTWithoutSTN } from "../../core/type/type";
import { IAnyType, IType, ExtractC, ExtractS, ExtractTWithSTN, ExtractCSTWithSTN, ExtractTWithoutSTN } from "../../internal";
/** @hidden */

@@ -5,0 +4,0 @@ export interface IMapType<IT extends IAnyType> extends IType<IKeyValueMap<ExtractC<IT>> | undefined, IKeyValueMap<ExtractS<IT>>, IMSTMap<IT>> {

{
"name": "mobx-state-tree",
"version": "3.12.0",
"version": "3.12.1",
"description": "Opinionated, transactional, MobX powered state container",

@@ -5,0 +5,0 @@ "main": "dist/mobx-state-tree.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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