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

mobx-angular

Package Overview
Dependencies
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-angular - npm Package Compare versions

Comparing version 4.3.0 to 4.4.0

esm2020/lib/mobx-angular.module.mjs

6

lib/mobx-angular.module.d.ts

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

import * as i0 from "@angular/core";
import * as i1 from "./mobx-autorun.directive";
import * as i2 from "./mobx-reaction.directive";
export declare class MobxAngularModule {
static ɵfac: i0.ɵɵFactoryDeclaration<MobxAngularModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MobxAngularModule, [typeof i1.MobxAutorunDirective, typeof i2.MobxReactionDirective], never, [typeof i1.MobxAutorunDirective, typeof i2.MobxReactionDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MobxAngularModule>;
}

3

lib/mobx-autorun.directive.d.ts
import { ViewContainerRef, TemplateRef, OnInit, OnDestroy, EmbeddedViewRef } from '@angular/core';
import { IAutorunOptions } from 'mobx';
import * as i0 from "@angular/core";
export declare class MobxAutorunDirective implements OnInit, OnDestroy {

@@ -17,2 +18,4 @@ protected templateRef: TemplateRef<any>;

ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<MobxAutorunDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MobxAutorunDirective, "[mobxAutorun]", never, { "mobxAutorun": "mobxAutorun"; }, {}, never>;
}

5

lib/mobx-reaction.directive.d.ts
import { ViewContainerRef, TemplateRef } from '@angular/core';
import { IReactionOptions } from 'mobx';
import { MobxAutorunDirective } from './mobx-autorun.directive';
import * as i0 from "@angular/core";
export declare class MobxReactionDirective extends MobxAutorunDirective {

@@ -8,5 +9,7 @@ protected templateRef: TemplateRef<any>;

mobxReaction: any;
mobxReactionOptions: IReactionOptions;
mobxReactionOptions: IReactionOptions<any, any>;
constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
autoDetect(view: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<MobxReactionDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MobxReactionDirective, "[mobxReaction]", never, { "mobxReaction": "mobxReaction"; "mobxReactionOptions": "mobxReactionOptions"; }, {}, never>;
}
import { ActivatedRoute, ActivatedRouteSnapshot, Router } from '@angular/router';
import * as i0 from "@angular/core";
export declare class RouterStore {

@@ -9,2 +10,4 @@ private router;

private routeListener;
static ɵfac: i0.ɵɵFactoryDeclaration<RouterStore, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<RouterStore>;
}
/**
* Generated bundle index. Do not edit.
*/
/// <amd-module name="mobx-angular" />
export * from './public-api';
{
"name": "mobx-angular",
"version": "4.3.0",
"version": "4.4.0",
"description": "Angular connector to MobX (2 and above)",

@@ -34,9 +34,21 @@ "peerDependencies": {

"homepage": "https://github.com/mobxjs/mobx-angular#readme",
"main": "bundles/mobx-angular.umd.js",
"module": "fesm2015/mobx-angular.js",
"es2015": "fesm2015/mobx-angular.js",
"esm2015": "esm2015/mobx-angular.js",
"fesm2015": "fesm2015/mobx-angular.js",
"module": "fesm2015/mobx-angular.mjs",
"es2020": "fesm2020/mobx-angular.mjs",
"esm2020": "esm2020/mobx-angular.mjs",
"fesm2020": "fesm2020/mobx-angular.mjs",
"fesm2015": "fesm2015/mobx-angular.mjs",
"typings": "mobx-angular.d.ts",
"metadata": "mobx-angular.metadata.json",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./mobx-angular.d.ts",
"esm2020": "./esm2020/mobx-angular.mjs",
"es2020": "./fesm2020/mobx-angular.mjs",
"es2015": "./fesm2015/mobx-angular.mjs",
"node": "./fesm2015/mobx-angular.mjs",
"default": "./fesm2020/mobx-angular.mjs"
}
},
"sideEffects": false,

@@ -46,2 +58,2 @@ "dependencies": {

}
}
}

@@ -0,0 +0,0 @@ import { action as mobxAction } from 'mobx';

@@ -0,0 +0,0 @@ # MobxAngular

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