New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.2.3 to 2.2.4

6

lib/auth/AuthContainer.js

@@ -75,3 +75,4 @@ import AuthApp from './AuthApp';

}
catch (_a) {
catch (err) {
console.log(err);
// failed to acquire new token

@@ -215,3 +216,4 @@ return null;

const resourceOrigin = AuthContainer.getResourceOrigin(resource);
const app = this.apps.find(app => app.resources.indexOf(resourceOrigin) !== -1 ||
const app = this.apps.find(app => app.resources.some(r => r === resource) ||
app.resources.indexOf(resourceOrigin) !== -1 ||
app.clientId === resourceOrigin ||

@@ -218,0 +220,0 @@ app.clientId === resource);

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

declare const _default: "2.2.3";
declare const _default: "2.2.4";
export default _default;

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

export default '2.2.3';
export default '2.2.4';
{
"name": "@equinor/fusion",
"version": "2.2.3",
"version": "2.2.4",
"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