Socket
Socket
Sign inDemoInstall

mobx-angular

Package Overview
Dependencies
6
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.7.1 to 4.7.2

index.d.ts

2

lib/mobx-autorun.directive.d.ts

@@ -19,3 +19,3 @@ import { ViewContainerRef, TemplateRef, OnInit, OnDestroy, EmbeddedViewRef } from '@angular/core';

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

@@ -13,3 +13,3 @@ import { ViewContainerRef, TemplateRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<MobxReactionDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MobxReactionDirective, "[mobxReaction]", never, { "mobxReaction": "mobxReaction"; "mobxReactionOptions": "mobxReactionOptions"; }, {}, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MobxReactionDirective, "[mobxReaction]", never, { "mobxReaction": "mobxReaction"; "mobxReactionOptions": "mobxReactionOptions"; }, {}, never, never, false, never>;
}
{
"name": "mobx-angular",
"version": "4.7.1",
"version": "4.7.2",
"description": "Angular connector to MobX (2 and above)",
"peerDependencies": {
"@angular/common": ">=11.1.1 <16.0.0",
"@angular/core": ">=11.1.1 <16.0.0",
"@angular/common": ">=11.1.1",
"@angular/core": ">=11.1.1",
"mobx": ">=2"

@@ -39,3 +39,3 @@ },

"fesm2015": "fesm2015/mobx-angular.mjs",
"typings": "mobx-angular.d.ts",
"typings": "index.d.ts",
"exports": {

@@ -46,3 +46,3 @@ "./package.json": {

".": {
"types": "./mobx-angular.d.ts",
"types": "./index.d.ts",
"esm2020": "./esm2020/mobx-angular.mjs",

@@ -49,0 +49,0 @@ "es2020": "./fesm2020/mobx-angular.mjs",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc