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.5 to 5.1.6

2

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

@@ -18,3 +18,3 @@ import { IObservableArray } from "mobx";

/** @hidden */
export interface IArrayType<IT extends IAnyType> extends IType<IT["CreationType"][] | undefined, IT["SnapshotType"][], IMSTArray<IT>> {
export interface IArrayType<IT extends IAnyType> extends IType<readonly IT["CreationType"][] | undefined, IT["SnapshotType"][], IMSTArray<IT>> {
hooks(hooks: IHooksGetter<IMSTArray<IAnyType>>): IArrayType<IT>;

@@ -21,0 +21,0 @@ }

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

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

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