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.9 to 9.1.10-next-9f6eec8c5a4cb3dd430fc6bee227442a3dc28bb8

7

CHANGELOG.md
# Change Log
## 9.1.10-next-9f6eec8c5a4cb3dd430fc6bee227442a3dc28bb8
### Patch Changes
- Updated dependencies [[`9f6eec8`](https://github.com/equinor/fusion-framework/commit/9f6eec8c5a4cb3dd430fc6bee227442a3dc28bb8)]:
- @equinor/fusion-framework-module-app@6.0.0-next-9f6eec8c5a4cb3dd430fc6bee227442a3dc28bb8
## 9.1.9

@@ -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.9",
"version": "9.1.10-next-9f6eec8c5a4cb3dd430fc6bee227442a3dc28bb8",
"description": "",

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

"@equinor/fusion-framework": "^7.2.8",
"@equinor/fusion-framework-module-app": "^6.0.0-next-9f6eec8c5a4cb3dd430fc6bee227442a3dc28bb8",
"@equinor/fusion-framework-module": "^4.3.5",
"@equinor/fusion-framework-module-app": "^5.3.11",
"@equinor/fusion-framework-module-event": "^4.2.4",
"@equinor/fusion-framework-module-msal": "^3.1.5",
"@equinor/fusion-framework-module-http": "^6.2.0"
"@equinor/fusion-framework-module-http": "^6.2.0",
"@equinor/fusion-framework-module-msal": "^3.1.5"
},

@@ -42,0 +42,0 @@ "devDependencies": {

@@ -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

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