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.27 to 0.1.28

2

lib/core/ComponentDisplayType.d.ts
export declare enum ComponentDisplayType {
Comforable = "Comforable",
Comfortable = "Comfortable",
Compact = "Compact"
}
export declare const useComponentDisplayType: () => ComponentDisplayType;
import useCoreSettings from "../settings/useCoreSettings";
export var ComponentDisplayType;
(function (ComponentDisplayType) {
ComponentDisplayType["Comforable"] = "Comforable";
ComponentDisplayType["Comfortable"] = "Comfortable";
ComponentDisplayType["Compact"] = "Compact";

@@ -6,0 +6,0 @@ })(ComponentDisplayType || (ComponentDisplayType = {}));

@@ -14,3 +14,3 @@ import { createContext, useContext } from "react";

export const defaultSettings = {
componentDisplayType: ComponentDisplayType.Comforable,
componentDisplayType: ComponentDisplayType.Comfortable,
};

@@ -17,0 +17,0 @@ const FusionContext = createContext({});

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