Socket
Socket
Sign inDemoInstall

@react-types/textfield

Package Overview
Dependencies
Maintainers
2
Versions
746
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/textfield - npm Package Compare versions

Comparing version 3.9.5 to 3.9.6

4

package.json
{
"name": "@react-types/textfield",
"version": "3.9.5",
"version": "3.9.6",
"description": "Spectrum UI components in React",

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

},
"gitHead": "f0aa6aacee60af265dc8994b9274ccf072a850aa"
"gitHead": "faf0e18467231422cb7a06eb92a74d04e271f1e8"
}

@@ -57,5 +57,5 @@ /*

export interface TextFieldRef extends FocusableRefValue<HTMLInputElement | HTMLTextAreaElement, HTMLDivElement> {
export interface TextFieldRef<T extends HTMLInputElement | HTMLTextAreaElement = HTMLInputElement> extends FocusableRefValue<T, HTMLDivElement> {
select(): void,
getInputElement(): HTMLInputElement | HTMLTextAreaElement | null
getInputElement(): T | null
}
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