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.26 to 0.1.27

2

lib/core/ContextManager.d.ts

@@ -18,3 +18,3 @@ import ApiClients from "../http/apiClients";

private updateLinksAsync;
getLinkedContext(context: Context): Promise<Context | null>;
getLinkedContextAsync(context: Context): Promise<Context | null>;
getCurrentContext(): Context | null;

@@ -21,0 +21,0 @@ getHistory(): Context[];

@@ -41,3 +41,3 @@ import { useState, useCallback, useEffect } from "react";

}
async getLinkedContext(context) {
async getLinkedContextAsync(context) {
const links = await this.getAsync("links");

@@ -44,0 +44,0 @@ if (!links || !links[context.id]) {

@@ -17,2 +17,3 @@ export { IAuthContainer, default as AuthContainer } from "./auth/AuthContainer";

export { withAbortController, useAbortControllerManager } from "./utils/AbortControllerManager";
export { useComponentDisplayType, ComponentDisplayType } from "./core/ComponentDisplayType";
export * from "./http/hooks/dataProxy/useHandover";

@@ -16,2 +16,3 @@ export { default as AuthContainer } from "./auth/AuthContainer";

export { withAbortController, useAbortControllerManager } from "./utils/AbortControllerManager";
export { useComponentDisplayType, ComponentDisplayType } from "./core/ComponentDisplayType";
export * from "./http/hooks/dataProxy/useHandover";
{
"name": "@equinor/fusion",
"version": "0.1.26",
"version": "0.1.27",
"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