Socket
Socket
Sign inDemoInstall

@react-types/shared

Package Overview
Dependencies
Maintainers
2
Versions
756
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/shared - npm Package Compare versions

Comparing version 3.0.0-nightly.3023 to 3.0.0-nightly.3026

4

package.json
{
"name": "@react-types/shared",
"version": "3.0.0-nightly.3023+139374acb",
"version": "3.0.0-nightly.3026+f0aa6aace",
"description": "Spectrum UI components in React",

@@ -17,3 +17,3 @@ "license": "Apache-2.0",

},
"gitHead": "139374acb38dd7fb93bc62b346db5a494feecca3"
"gitHead": "f0aa6aacee60af265dc8994b9274ccf072a850aa"
}

@@ -13,3 +13,3 @@ /*

import {ReactNode, Ref, RefAttributes} from 'react';
import {ReactElement, Ref, RefAttributes} from 'react';

@@ -33,5 +33,5 @@ export interface DOMRefValue<T extends HTMLElement = HTMLElement> {

declare function forwardRef<T, P = {}>(
render: (props: P, ref: Ref<T>) => ReactNode | null
): (props: P & RefAttributes<T>) => ReactNode | null;
render: (props: P, ref: Ref<T>) => ReactElement | null
): (props: P & RefAttributes<T>) => ReactElement | null;
export type forwardRefType = typeof forwardRef;
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc