Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1.6 to 5.1.7

2

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

@@ -92,5 +92,3 @@ import { IAnyType, IType, _CustomOrOther, _NotCustomized, Instance } from "../../internal";

}): IModelType<PROPS, OTHERS & A & V & VS, CustomC, CustomS>;
/** @deprecated See `types.snapshotProcessor` */
preProcessSnapshot<NewC = ModelCreationType2<PROPS, CustomC>>(fn: (snapshot: NewC) => ModelCreationType2<PROPS, CustomC>): IModelType<PROPS, OTHERS, NewC, CustomS>;
/** @deprecated See `types.snapshotProcessor` */
postProcessSnapshot<NewS = ModelSnapshotType2<PROPS, CustomS>>(fn: (snapshot: ModelSnapshotType2<PROPS, CustomS>) => NewS): IModelType<PROPS, OTHERS, CustomC, NewS>;

@@ -97,0 +95,0 @@ }

4

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

@@ -89,3 +89,3 @@ "main": "dist/mobx-state-tree.js",

],
"gitHead": "6a50d79a114811b492b98c37b0bbb35d6c9d9155"
"gitHead": "0c07dd4243db57ba8a6c44a7ddb7cc506f1d63f2"
}
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