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

@equinor/fusion-framework-app

Package Overview
Dependencies
Maintainers
0
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 9.1.8-alpha-df90c0f890db097d17d4b84fe6face6323143970 to 9.1.8

18

CHANGELOG.md
# Change Log
## 9.1.8-alpha-df90c0f890db097d17d4b84fe6face6323143970
## 9.1.8
### Patch Changes
- Updated dependencies [[`c776845`](https://github.com/equinor/fusion-framework/commit/c776845e753acf4a0bceda1c59d31e5939c44c31), [`dbdccb0`](https://github.com/equinor/fusion-framework/commit/dbdccb0c8878b59a6f5f2d404b3daf8f2b138ea6), [`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d)]:
- @equinor/fusion-framework-module-http@6.1.0-alpha-df90c0f890db097d17d4b84fe6face6323143970
- @equinor/fusion-framework-module-app@6.0.0-alpha-df90c0f890db097d17d4b84fe6face6323143970
- @equinor/fusion-framework-module@4.3.5-alpha-df90c0f890db097d17d4b84fe6face6323143970
- @equinor/fusion-framework@7.2.7-alpha-df90c0f890db097d17d4b84fe6face6323143970
- @equinor/fusion-framework-module-feature-flag@1.1.9-alpha-df90c0f890db097d17d4b84fe6face6323143970
- @equinor/fusion-framework-module-event@4.2.4-alpha-df90c0f890db097d17d4b84fe6face6323143970
- @equinor/fusion-framework-module-msal@3.1.5-alpha-df90c0f890db097d17d4b84fe6face6323143970
- Updated dependencies [[`c776845`](https://github.com/equinor/fusion-framework/commit/c776845e753acf4a0bceda1c59d31e5939c44c31), [`2644b3d`](https://github.com/equinor/fusion-framework/commit/2644b3d63939aede736a3b1950db32dbd487877d)]:
- @equinor/fusion-framework-module-http@6.1.0
- @equinor/fusion-framework-module@4.3.5
- @equinor/fusion-framework@7.2.7
- @equinor/fusion-framework-module-app@5.3.11
- @equinor/fusion-framework-module-feature-flag@1.1.9
- @equinor/fusion-framework-module-event@4.2.4
- @equinor/fusion-framework-module-msal@3.1.5

@@ -16,0 +16,0 @@ ## 9.1.7

@@ -47,5 +47,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

// TODO - remove check after fusion-cli is updated (app module is not enabled in fusion-cli)
if ((_a = args.env.manifest) === null || _a === void 0 ? void 0 : _a.appKey) {
if ((_a = args.env.manifest) === null || _a === void 0 ? void 0 : _a.key) {
modules.event.dispatchEvent('onAppModulesLoaded', {
detail: { appKey: args.env.manifest.appKey, modules },
detail: { appKey: args.env.manifest.key, modules },
});

@@ -52,0 +52,0 @@ }

// Generated by genversion.
export const version = '9.1.7';
export const version = '9.1.8';
//# sourceMappingURL=version.js.map

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

export declare const version = "9.1.7";
export declare const version = "9.1.8";
{
"name": "@equinor/fusion-framework-app",
"version": "9.1.8-alpha-df90c0f890db097d17d4b84fe6face6323143970",
"version": "9.1.8",
"description": "",

@@ -34,8 +34,8 @@ "main": "dist/esm/index.js",

"dependencies": {
"@equinor/fusion-framework": "^7.2.7-alpha-df90c0f890db097d17d4b84fe6face6323143970",
"@equinor/fusion-framework-module": "^4.3.5-alpha-df90c0f890db097d17d4b84fe6face6323143970",
"@equinor/fusion-framework-module-app": "^6.0.0-alpha-df90c0f890db097d17d4b84fe6face6323143970",
"@equinor/fusion-framework-module-http": "^6.1.0-alpha-df90c0f890db097d17d4b84fe6face6323143970",
"@equinor/fusion-framework-module-msal": "^3.1.5-alpha-df90c0f890db097d17d4b84fe6face6323143970",
"@equinor/fusion-framework-module-event": "^4.2.4-alpha-df90c0f890db097d17d4b84fe6face6323143970"
"@equinor/fusion-framework": "^7.2.7",
"@equinor/fusion-framework-module-app": "^5.3.11",
"@equinor/fusion-framework-module": "^4.3.5",
"@equinor/fusion-framework-module-event": "^4.2.4",
"@equinor/fusion-framework-module-http": "^6.1.0",
"@equinor/fusion-framework-module-msal": "^3.1.5"
},

@@ -46,3 +46,3 @@ "devDependencies": {

"peerDependencies": {
"@equinor/fusion-framework-module-feature-flag": "^1.1.9-alpha-df90c0f890db097d17d4b84fe6face6323143970"
"@equinor/fusion-framework-module-feature-flag": "^1.1.9"
},

@@ -49,0 +49,0 @@ "peerDependenciesMeta": {

@@ -53,5 +53,5 @@ import { Fusion } from '@equinor/fusion-framework';

// TODO - remove check after fusion-cli is updated (app module is not enabled in fusion-cli)
if (args.env.manifest?.appKey) {
if (args.env.manifest?.key) {
modules.event.dispatchEvent('onAppModulesLoaded', {
detail: { appKey: args.env.manifest.appKey, modules },
detail: { appKey: args.env.manifest.key, modules },
});

@@ -58,0 +58,0 @@ }

// Generated by genversion.
export const version = '9.1.7';
export const version = '9.1.8';

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