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.38 to 0.0.39

dist/fusion-components/.storybook/withFusionContext.d.ts

4

dist/components/general/ErrorBoundary/index.d.ts
import * as React from "react";
import { ErrorMessageProps, ErrorTypes } from "../ErrorMessage";
import { ErrorMessageProps } from "../ErrorMessage";
export default class ErrorBoundary extends React.Component<ErrorMessageProps> {
static defaultProps: {
errorType: ErrorTypes;
errorType: string;
};

@@ -7,0 +7,0 @@ state: {

import * as React from 'react';
export declare enum ErrorTypes {
error = "error",
accessDenied = "accessDenied",
notFound = "notFound",
noData = "noData"
}
export declare type ErrorTypes = 'error' | 'accessDenied' | 'notFound' | 'noData';
export declare type ErrorMessageProps = {

@@ -9,0 +4,0 @@ hasError?: boolean;

{
"name": "@equinor/fusion-components",
"version": "0.0.38",
"version": "0.0.39",
"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