Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-types/textfield

Package Overview
Dependencies
Maintainers
2
Versions
799
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.2.1 to 3.2.2

4

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

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

},
"gitHead": "0778f71a3c13e1e24388a23b6d525e3b9f5b98f1"
"gitHead": "f5b429ee8615248f2e3c76754bad2ece83f1c444"
}

@@ -52,5 +52,5 @@ /*

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