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

@equinor/fusion-framework-module-app

Package Overview
Dependencies
Maintainers
4
Versions
191
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 6.1.2 to 6.1.3

10

CHANGELOG.md
# Change Log
## 6.1.3
### Patch Changes
- [#2519](https://github.com/equinor/fusion-framework/pull/2519) [`83a7ee9`](https://github.com/equinor/fusion-framework/commit/83a7ee971785343bccedc2d72cc02486193615af) Thanks [@eikeland](https://github.com/eikeland)! - ### Changes:
- Updated `AppClient` class to improve the query for fetching app manifests:
- Adjusted the query path manifests method to include `$expand=category,admins,owners,keywords` when `filterByCurrentUser` is not specified.
- Minor formatting changes for better readability.
## 6.1.2

@@ -4,0 +14,0 @@

2

dist/esm/app/App.js

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

else {
console.log(`The ${manifest.appKey} is missing entryPoint, please upload a build for the app before continuing`);
console.warn(`The ${manifest.appKey} is missing entryPoint, please upload a build for the app before continuing`);
}

@@ -177,0 +177,0 @@ });

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

fn: (filter) => {
const path = (filter === null || filter === void 0 ? void 0 : filter.filterByCurrentUser) ? '/persons/me/apps' : '/apps';
const path = (filter === null || filter === void 0 ? void 0 : filter.filterByCurrentUser)
? '/persons/me/apps'
: '/apps?=$expand=category,admins,owners,keywords';
return client.json(path, {

@@ -91,0 +93,0 @@ headers: {

// Generated by genversion.
export const version = '6.1.2';
export const version = '6.1.3';
//# sourceMappingURL=version.js.map

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

export declare const version = "6.1.2";
export declare const version = "6.1.3";
{
"name": "@equinor/fusion-framework-module-app",
"version": "6.1.2",
"version": "6.1.3",
"description": "",

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

"typescript": "^5.5.4",
"@equinor/fusion-framework-module": "^4.3.5",
"@equinor/fusion-framework-module-event": "^4.2.4",
"@equinor/fusion-framework-module-http": "^6.2.0",
"@equinor/fusion-framework-module-msal": "^3.1.5",
"@equinor/fusion-framework-module-service-discovery": "^8.0.4",
"@equinor/fusion-framework-module-event": "^4.2.4"
"@equinor/fusion-framework-module": "^4.3.5"
},

@@ -73,0 +73,0 @@ "scripts": {

@@ -603,3 +603,3 @@ import type {

} else {
console.log(
console.warn(
`The ${manifest.appKey} is missing entryPoint, please upload a build for the app before continuing`,

@@ -606,0 +606,0 @@ );

@@ -106,3 +106,5 @@ import { catchError, map, Observable, ObservableInput, tap } from 'rxjs';

fn: (filter) => {
const path = filter?.filterByCurrentUser ? '/persons/me/apps' : '/apps';
const path = filter?.filterByCurrentUser
? '/persons/me/apps'
: '/apps?=$expand=category,admins,owners,keywords';
return client.json(path, {

@@ -109,0 +111,0 @@ headers: {

// Generated by genversion.
export const version = '6.1.2';
export const version = '6.1.3';

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