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.23 to 0.1.24

4

lib/core/ContextManager.js

@@ -39,7 +39,7 @@ import { useState, useCallback, useEffect } from "react";

const value = this.toObject();
return value !== null ? value.current : null;
return value ? value.current : null;
}
getHistory() {
const value = this.toObject();
return value !== null && value.history !== null ? value.history : [];
return value && value.history ? value.history : [];
}

@@ -46,0 +46,0 @@ async getCurrentContextAsync() {

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