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
3
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.3.8 to 2.3.9

2

lib/http/apiClients/OrgClient.js

@@ -238,3 +238,3 @@ import BaseApiClient from './BaseApiClient';

const allowHeader = response.headers.get('Allow');
if (allowHeader !== null && allowHeader.indexOf('GET') !== -1) {
if (allowHeader !== null && allowHeader.toLowerCase().indexOf('get') !== -1) {
return true;

@@ -241,0 +241,0 @@ }

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

declare const _default: "2.3.8";
declare const _default: "2.3.9";
export default _default;

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

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