Socket
Socket
Sign inDemoInstall

@equinor/fusion-react-utils

Package Overview
Dependencies
6
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3-313.0

5

dist/types/create-element.d.ts

@@ -1,3 +0,6 @@

import type { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react';
import type { ForwardRefExoticComponent, HTMLAttributes, PropsWithoutRef, Ref, RefAttributes } from 'react';
export declare type ComponentAttributes<T = HTMLHtmlElement> = Omit<React.HTMLAttributes<T>, 'children'>;
export declare type ComponentProps<E extends HTMLElement, P = {}> = HTMLAttributes<E> & P & {
ref?: Ref<E>;
};
declare type Ctor<T> = {

@@ -4,0 +7,0 @@ new (): T;

4

package.json
{
"name": "@equinor/fusion-react-utils",
"version": "2.0.2",
"version": "2.0.3-313.0",
"description": "Helper and util functions for React",

@@ -53,3 +53,3 @@ "keywords": [

},
"gitHead": "f06f8d689619d65aa223ac8403505a7780f4d34b"
"gitHead": "b3544bc866f71dcd496ffec9564323fc9af6f888"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc