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
226
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-43b4cac9210dd754e552b9f32ae229477e5ca643

7

CHANGELOG.md
# Change Log
## 9.1.10-next-43b4cac9210dd754e552b9f32ae229477e5ca643
### Patch Changes
- Updated dependencies [[`9f6eec8`](https://github.com/equinor/fusion-framework/commit/9f6eec8c5a4cb3dd430fc6bee227442a3dc28bb8)]:
- @equinor/fusion-framework-module-app@6.0.0-next-43b4cac9210dd754e552b9f32ae229477e5ca643
## 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 @@ }

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

import type { IAppConfigurator } from './AppConfigurator';
import { ConfigEnvironment } from '@equinor/fusion-framework-module-app';
export type { AppModules, AppManifest, AppConfig, AppModulesInstance, } from '@equinor/fusion-framework-module-app';

@@ -14,3 +15,3 @@ /**

*/
export type AppEnv<TConfig = unknown, TProps = unknown> = {
export type AppEnv<TConfig extends ConfigEnvironment = ConfigEnvironment, TProps = unknown> = {
/** base routing path of the application */

@@ -17,0 +18,0 @@ basename?: string;

{
"name": "@equinor/fusion-framework-app",
"version": "9.1.9",
"version": "9.1.10-next-43b4cac9210dd754e552b9f32ae229477e5ca643",
"description": "",

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

"dependencies": {
"@equinor/fusion-framework-module": "^4.3.5",
"@equinor/fusion-framework": "^7.2.8",
"@equinor/fusion-framework-module": "^4.3.5",
"@equinor/fusion-framework-module-app": "^5.3.11",
"@equinor/fusion-framework-module-app": "^6.0.0-next-43b4cac9210dd754e552b9f32ae229477e5ca643",
"@equinor/fusion-framework-module-event": "^4.2.4",

@@ -39,0 +39,0 @@ "@equinor/fusion-framework-module-msal": "^3.1.5",

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

@@ -13,2 +13,3 @@ import type { Fusion } from '@equinor/fusion-framework';

import type { IAppConfigurator } from './AppConfigurator';
import { ConfigEnvironment } from '@equinor/fusion-framework-module-app';

@@ -29,3 +30,3 @@ export type {

*/
export type AppEnv<TConfig = unknown, TProps = unknown> = {
export type AppEnv<TConfig extends ConfigEnvironment = ConfigEnvironment, TProps = unknown> = {
/** base routing path of the application */

@@ -32,0 +33,0 @@ basename?: string;

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