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 0.1.96 to 0.1.97

2

lib/http/apiClients/TasksClient.js

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

const url = this.resourceCollections.tasks.priority(id);
await this.httpClient.patchAsync(url, priority, null, Promise.resolve);
await this.httpClient.patchAsync(url, priority, null, async () => await Promise.resolve());
}

@@ -31,0 +31,0 @@ async refreshTasksAsync(type, refreshRequest) {

@@ -23,3 +23,2 @@ import { IAuthContainer } from '../../auth/AuthContainer';

private parseResponseJSONAsync;
private parseResponseStringAsync;
private parseResponseAsync;

@@ -26,0 +25,0 @@ private createHttpResponse;

@@ -104,7 +104,2 @@ import uuid from 'uuid/v1';

}
async parseResponseStringAsync(request, response) {
const data = await response.text();
// TODO: Update cache status?
return this.createHttpResponse(request, response, data);
}
async parseResponseAsync(request, response, responseParser) {

@@ -111,0 +106,0 @@ const data = responseParser

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