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.17 to 0.0.18

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>, "children" | "key"> & React.RefAttributes<HTMLDivElement>>;
declare const FusionContainer: React.ForwardRefExoticComponent<Pick<React.Props<FusionContainerProps>, "key" | "children"> & React.RefAttributes<HTMLDivElement>>;
export default FusionContainer;
{
"name": "@equinor/fusion-components",
"version": "0.0.17",
"version": "0.0.18",
"description": "Common react components used by fusion core and fusion apps",

@@ -11,2 +11,3 @@ "main": "dist/index.js",

"storybook": "start-storybook -p 9001 -c .storybook",
"start": "start-storybook -p 9001 -c .storybook",
"build:storybook": "build-storybook -c .storybook -o ./docs",

@@ -36,3 +37,3 @@ "prepublish": "yarn test"

"@babel/preset-typescript": "^7.3.3",
"@equinor/fusion": "^0.1.49",
"@equinor/fusion": "^0.1.53",
"@storybook/addon-actions": "^5.0.10",

@@ -97,3 +98,3 @@ "@storybook/addon-info": "^5.1.9",

"react": "^16.8.1",
"@equinor/fusion": "^0.1.49",
"@equinor/fusion": "^0.1.53",
"react-router-dom": "^5.0.1",

@@ -100,0 +101,0 @@ "history": "^4.9.0"

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