New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@equinor/fusion-framework-app

Package Overview
Dependencies
Maintainers
0
Versions
233
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

to
9.1.9-alpha-8ca2072f748f36baccdefa6e0d6544f474e92730

7

CHANGELOG.md
# Change Log
## 9.1.9-alpha-8ca2072f748f36baccdefa6e0d6544f474e92730
### Patch Changes
- Updated dependencies [[`c5d0818`](https://github.com/equinor/fusion-framework/commit/c5d0818df9793ac4d8a2aed2a07cf359d909d522)]:
- @equinor/fusion-framework-module-app@6.0.0-alpha-8ca2072f748f36baccdefa6e0d6544f474e92730
## 9.1.8

@@ -4,0 +11,0 @@

4

dist/esm/configure-modules.js

@@ -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.key) {
if ((_a = args.env.manifest) === null || _a === void 0 ? void 0 : _a.appKey) {
modules.event.dispatchEvent('onAppModulesLoaded', {
detail: { appKey: args.env.manifest.key, modules },
detail: { appKey: args.env.manifest.appKey, modules },
});

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

{
"name": "@equinor/fusion-framework-app",
"version": "9.1.8",
"version": "9.1.9-alpha-8ca2072f748f36baccdefa6e0d6544f474e92730",
"description": "",

@@ -35,4 +35,4 @@ "main": "dist/esm/index.js",

"@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-app": "^6.0.0-alpha-8ca2072f748f36baccdefa6e0d6544f474e92730",
"@equinor/fusion-framework-module-event": "^4.2.4",

@@ -39,0 +39,0 @@ "@equinor/fusion-framework-module-http": "^6.1.0",

@@ -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?.key) {
if (args.env.manifest?.appKey) {
modules.event.dispatchEvent('onAppModulesLoaded', {
detail: { appKey: args.env.manifest.key, modules },
detail: { appKey: args.env.manifest.appKey, modules },
});

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet