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

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;
{
"name": "@equinor/fusion-components",
"version": "0.0.27",
"version": "0.0.28",
"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