New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mobx-state-tree

Package Overview
Dependencies
Maintainers
7
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 5.0.2 to 5.0.3

11

dist/types/complex-types/map.d.ts

@@ -24,14 +24,3 @@ import { IInterceptor, IKeyValueMap, IMapDidChange, IMapWillChange, Lambda } from "mobx";

replace(values: IMSTMap<IType<any, any, IT["TypeWithoutSTN"]>> | IKeyValueMap<ExtractCSTWithSTN<IT>> | any): this;
/**
* Returns a plain object that represents this map.
* Note that all the keys being stringified.
* If there are duplicating keys after converting them to strings, behaviour is undetermined.
*/
toPOJO(): IKeyValueMap<IT["SnapshotType"]>;
toJSON(): IKeyValueMap<IT["SnapshotType"]>;
/**
* Returns a shallow non observable object clone of this map.
* Note that the values might still be observable. For a deep clone use mobx.toJS.
*/
toJS(): Map<string, IT["Type"]>;
toString(): string;

@@ -38,0 +27,0 @@ [Symbol.toStringTag]: "Map";

8

package.json
{
"name": "mobx-state-tree",
"version": "5.0.2",
"version": "5.0.3",
"description": "Opinionated, transactional, MobX powered state container",

@@ -73,4 +73,4 @@ "main": "dist/mobx-state-tree.js",

"tslint": "^6.1.2",
"typedoc": "^0.15.0",
"typedoc-plugin-markdown": "^2.0.10",
"typedoc": "0.15.8",
"typedoc-plugin-markdown": "2.2.11",
"typescript": "^3.5.3"

@@ -90,3 +90,3 @@ },

],
"gitHead": "e6025cc3d62094fc2b4272ff53607c862efd1975"
"gitHead": "7982d7430533d67154e3619886efe77b661fde62"
}

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

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