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

mobx-angular

Package Overview
Dependencies
Maintainers
0
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.7.2 to 4.8.0

esm2022/lib/mobx-angular.module.mjs

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, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MobxAutorunDirective, "[mobxAutorun]", never, { "mobxAutorun": { "alias": "mobxAutorun"; "required": false; }; }, {}, 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, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MobxReactionDirective, "[mobxReaction]", never, { "mobxReaction": { "alias": "mobxReaction"; "required": false; }; "mobxReactionOptions": { "alias": "mobxReactionOptions"; "required": false; }; }, {}, never, never, false, never>;
}
{
"name": "mobx-angular",
"version": "4.7.2",
"version": "4.8.0",
"description": "Angular connector to MobX (2 and above)",

@@ -34,7 +34,3 @@ "peerDependencies": {

"homepage": "https://github.com/mobxjs/mobx-angular#readme",
"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",
"module": "fesm2022/mobx-angular.mjs",
"typings": "index.d.ts",

@@ -47,7 +43,5 @@ "exports": {

"types": "./index.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"
"esm2022": "./esm2022/mobx-angular.mjs",
"esm": "./esm2022/mobx-angular.mjs",
"default": "./fesm2022/mobx-angular.mjs"
}

@@ -54,0 +48,0 @@ },

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