🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@react-types/textfield

Package Overview
Dependencies
Maintainers
2
Versions
1011
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

to
3.0.0-nightly-9786f69a1-250530

4

package.json
{
"name": "@react-types/textfield",
"version": "3.0.0-nightly-9723225d6-250414",
"version": "3.0.0-nightly-9786f69a1-250530",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-types/shared": "3.0.0-nightly-9723225d6-250414"
"@react-types/shared": "3.0.0-nightly-9786f69a1-250530"
},

@@ -15,0 +15,0 @@ "peerDependencies": {

@@ -49,3 +49,3 @@ /*

/**
* An enumerated attribute that defines what action label or icon to preset for the enter key on virtual keyboards. See [https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint].
* An enumerated attribute that defines what action label or icon to preset for the enter key on virtual keyboards. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint).
*/

@@ -52,0 +52,0 @@ enterKeyHint?: 'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'