mobx-state-tree
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -0,1 +1,2 @@ | ||
import { IAtom } from "mobx"; | ||
import { IAnyType, IdentifierCache, IDisposer, IJsonPatch, IMiddleware, IMiddlewareHandler, INode, IReversibleJsonPatch, NodeLifeCycle } from "../../internal"; | ||
@@ -22,3 +23,3 @@ export declare type LivelynessMode = "warn" | "error" | "ignore"; | ||
readonly identifier: string | null; | ||
subpathAtom: import("../../../../../../../../VSProjects/github/mobx-state-tree/node_modules/mobx/lib/core/atom").IAtom; | ||
subpathAtom: IAtom; | ||
subpath: string; | ||
@@ -25,0 +26,0 @@ escapedSubpath: string; |
import * as tslib_1 from "tslib"; | ||
// noinspection ES6UnusedImports | ||
import { action, computed, createAtom, reaction } from "mobx"; | ||
@@ -3,0 +4,0 @@ import { addHiddenFinalProp, addReadOnlyProp, convertChildNodesToArray, createActionInvoker, escapeJsonPath, extend, fail, freeze, getStateTreeNode, IdentifierCache, invalidateComputed, isStateTreeNode, NodeLifeCycle, registerEventHandler, resolveNodeByPathParts, splitJsonPath, splitPatch, toJSON, walk } from "../../internal"; |
{ | ||
"name": "mobx-state-tree", | ||
"version": "3.2.0", | ||
"version": "3.2.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 not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
970566
16826
0