Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@equinor/fusion-components

Package Overview
Dependencies
Maintainers
2
Versions
579
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion-components - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

2

dist/components/core/Container/index.d.ts
import * as React from 'react';
declare type FusionContainerProps = {};
declare const FusionContainer: React.ForwardRefExoticComponent<Pick<React.Props<FusionContainerProps>, "key" | "children"> & React.RefAttributes<HTMLDivElement>>;
declare const FusionContainer: React.ForwardRefExoticComponent<Pick<React.Props<FusionContainerProps>, "children" | "key"> & React.RefAttributes<HTMLDivElement>>;
export default FusionContainer;
import * as React from 'react';
export declare type TooltipPlacement = 'below' | 'above' | 'left' | 'right';
declare const _default: (content: String, placement?: "below" | "above" | "left" | "right", delay?: number | undefined) => React.MutableRefObject<any>;
declare const _default: (content: String, placement?: TooltipPlacement, delay?: number | undefined) => React.MutableRefObject<any>;
export default _default;
{
"name": "@equinor/fusion-components",
"version": "0.0.22",
"version": "0.0.23",
"description": "Common react components used by fusion core and fusion apps",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

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