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

@equinor/fusion

Package Overview
Dependencies
Maintainers
2
Versions
485
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion - npm Package Compare versions

Comparing version 0.1.43 to 0.1.44

2

lib/http/resourceCollections/FusionResourceCollection.d.ts

@@ -14,4 +14,4 @@ import BaseResourceCollection from "./BaseResourceCollection";

private getBundlesPath;
private getManifestFileName;
private getAppManifestFileName;
private getResourcesPath;
}

@@ -15,6 +15,6 @@ import BaseResourceCollection from "./BaseResourceCollection";

app(appKey) {
return combineUrls(this.getBaseUrl(), this.getBundlesPath(), appKey);
return combineUrls(this.getBaseUrl(), this.getBundlesPath(), "apps", appKey);
}
appManifest(appKey) {
return combineUrls(this.app(appKey), this.getManifestFileName());
return combineUrls(this.app(appKey), this.getAppManifestFileName());
}

@@ -33,3 +33,3 @@ appScript(appKey) {

}
getManifestFileName() {
getAppManifestFileName() {
return this.options && this.options.loadBundlesFromDisk ? `app-manifest.json?v=${(+new Date)}` : "";

@@ -36,0 +36,0 @@ }

{
"name": "@equinor/fusion",
"version": "0.1.43",
"version": "0.1.44",
"description": "Everything a Fusion app needs to communicate with the core",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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