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

@equinor/fusion-framework-module-http

Package Overview
Dependencies
Maintainers
3
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion-framework-module-http - npm Package Compare versions

Comparing version 0.1.0-alpha.9 to 0.1.0-alpha.10

3

dist/esm/client.js

@@ -51,5 +51,6 @@ import { firstValueFrom, of, Subject } from 'rxjs';

_resolveUrl(path) {
return [this.uri, path].join('/');
const baseUrl = this.uri || window.location.origin;
return new URL(path, baseUrl).href;
}
}
//# sourceMappingURL=client.js.map
{
"name": "@equinor/fusion-framework-module-http",
"version": "0.1.0-alpha.9",
"version": "0.1.0-alpha.10",
"description": "",

@@ -24,3 +24,3 @@ "main": "./dist/esm/index.js",

"dependencies": {
"@equinor/fusion-framework-module": "^0.1.0-alpha.9"
"@equinor/fusion-framework-module": "^0.1.0-alpha.10"
},

@@ -35,3 +35,3 @@ "types": "index.d.ts",

},
"gitHead": "b12e2a8caae0b987080b7cab2aa09e9423393e54"
"gitHead": "7a8db468f01ac70310a38f529a4e9afc112d39af"
}

@@ -191,4 +191,5 @@ import { firstValueFrom, Observable, ObservableInput, of, Subject } from 'rxjs';

protected _resolveUrl(path: string): string {
return [this.uri, path].join('/');
const baseUrl = this.uri || window.location.origin;
return new URL(path, baseUrl).href;
}
}

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