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

@equinor/fusion-framework-module-app

Package Overview
Dependencies
Maintainers
3
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion-framework-module-app - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## 1.0.9 (2022-10-03)
**Note:** Version bump only for package @equinor/fusion-framework-module-app
## [1.0.8](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-app@1.0.7...@equinor/fusion-framework-module-app@1.0.8) (2022-09-29)

@@ -8,0 +16,0 @@

10

dist/esm/app-provider.js
import { BehaviorSubject } from 'rxjs';
export class AppProvider {
_app$;
_currentApp$;
constructor() {
this._app$ = new BehaviorSubject({});
this._currentApp$ = new BehaviorSubject(null);
}
get app$() {

@@ -11,6 +13,2 @@ return this._app$.asObservable();

}
constructor() {
this._app$ = new BehaviorSubject({});
this._currentApp$ = new BehaviorSubject(null);
}
setCurrentApp(app) {

@@ -17,0 +15,0 @@ if (typeof app === 'string') {

3

dist/esm/types.js

@@ -14,5 +14,2 @@ export var ContextTypes;

export class ContextType {
id;
isChildType;
parentTypeIds;
constructor(id, isChildType, parentTypeIds = []) {

@@ -19,0 +16,0 @@ this.id = id;

{
"name": "@equinor/fusion-framework-module-app",
"version": "1.0.8",
"version": "1.0.9",
"description": "",

@@ -26,9 +26,9 @@ "main": "dist/esm/index.js",

"dependencies": {
"@equinor/fusion-framework-module": "^1.2.2",
"@equinor/fusion-framework-module": "^1.2.3",
"rxjs": "^7.5.6"
},
"devDependencies": {
"typescript": "^4.8.2"
"typescript": "^4.8.4"
},
"gitHead": "81198e7772ed6e1f0c318fc37c5b4f2a9fe72ada"
"gitHead": "573a97b7b0938a4cfad7063480ad88b5adab6ba1"
}

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