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

mobx-state-tree

Package Overview
Dependencies
Maintainers
2
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 2.0.0 to 2.0.1

2

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

@@ -68,3 +68,3 @@ import { ObservableMap, IMapWillChange, IMapDidChange } from "mobx";

*/
export declare function map<S, T>(subtype: IType<S, T>): IComplexType<{
export declare function map<S, T>(subtype: IComplexType<S, T>): IComplexType<{
[key: string]: S;

@@ -71,0 +71,0 @@ }, IExtendedObservableMap<T>>;

{
"name": "mobx-state-tree",
"version": "2.0.0",
"version": "2.0.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

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