Socket
Socket
Sign inDemoInstall

mobx

Package Overview
Dependencies
Maintainers
6
Versions
251
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx - npm Package Compare versions

Comparing version 6.12.1 to 6.12.3

4

dist/core/reaction.d.ts

@@ -1,2 +0,2 @@

import { IDerivation, IDerivationState_, IObservable, Lambda, TraceMode, GenericAbortSignal } from "../internal";
import { $mobx, IDerivation, IDerivationState_, IObservable, Lambda, TraceMode, GenericAbortSignal } from "../internal";
/**

@@ -26,3 +26,3 @@ * Reactions are a special kind of derivations. Several things distinguishes them from normal reactive computations

(): void;
$mobx: Reaction;
[$mobx]: Reaction;
}

@@ -29,0 +29,0 @@ export declare class Reaction implements IDerivation, IReactionPublic {

@@ -1,2 +0,2 @@

import { CreateObservableOptions, Annotation, ComputedValue, IAtom, IComputedValueOptions, IEnhancer, IInterceptable, IListenable, Lambda, ObservableValue } from "../internal";
import { CreateObservableOptions, $mobx, Annotation, ComputedValue, IAtom, IComputedValueOptions, IEnhancer, IInterceptable, IListenable, Lambda, ObservableValue } from "../internal";
export type IObjectDidChange<T = any> = {

@@ -90,7 +90,7 @@ observableKind: "object";

notifyPropertyAddition_(key: PropertyKey, value: any): void;
ownKeys_(): ArrayLike<string | symbol>;
ownKeys_(): Array<string | symbol>;
keys_(): PropertyKey[];
}
export interface IIsObservableObject {
$mobx: ObservableObjectAdministration;
[$mobx]: ObservableObjectAdministration;
}

@@ -97,0 +97,0 @@ export declare function asObservableObject(target: any, options?: CreateObservableOptions): IIsObservableObject;

{
"name": "mobx",
"version": "6.12.1",
"version": "6.12.3",
"description": "Simple, scalable state management.",

@@ -5,0 +5,0 @@ "source": "src/mobx.ts",

@@ -21,3 +21,4 @@ import {

trace,
trackDerivedFunction, GenericAbortSignal
trackDerivedFunction,
GenericAbortSignal
} from "../internal"

@@ -51,3 +52,3 @@

(): void
$mobx: Reaction
[$mobx]: Reaction
}

@@ -54,0 +55,0 @@

@@ -632,3 +632,3 @@ import {

ownKeys_(): ArrayLike<string | symbol> {
ownKeys_(): Array<string | symbol> {
this.keysAtom_.reportObserved()

@@ -651,3 +651,3 @@ return ownKeys(this.target_)

export interface IIsObservableObject {
$mobx: ObservableObjectAdministration
[$mobx]: ObservableObjectAdministration
}

@@ -654,0 +654,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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