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.46 to 0.1.47

2

lib/auth/AuthApp.js

@@ -7,3 +7,3 @@ export default class AuthApp {

updateResources(resources) {
resources.forEach(resource => {
resources.map(resource => resource.toLowerCase()).forEach(resource => {
if (this.resources.indexOf(resource) === -1) {

@@ -10,0 +10,0 @@ this.resources.push(resource);

@@ -115,3 +115,3 @@ import AuthApp from "./AuthApp";

const url = new URL(resource);
return url.origin;
return url.origin.toLowerCase();
}

@@ -118,0 +118,0 @@ catch (_a) {

{
"name": "@equinor/fusion",
"version": "0.1.46",
"version": "0.1.47",
"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