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.29 to 0.1.30

4

lib/utils/ReliableDictionary/LocalStorageProvider.js

@@ -22,3 +22,3 @@ export default class LocalStorageProvider {

const localCache = await this.toObjectAsync();
localCache[key] = value;
this.localCache = Object.assign({}, localCache, { [key]: value });
await this.persistAsync();

@@ -29,2 +29,3 @@ }

delete localCache[key];
this.localCache = Object.assign({}, localCache);
await this.persistAsync();

@@ -34,2 +35,3 @@ }

localStorage.removeItem(this.baseKey);
this.localCache = {};
}

@@ -36,0 +38,0 @@ async toObjectAsync() {

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