🚀 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
1001
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.12.2

6

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

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

"dependencies": {
"@react-types/shared": "^3.29.0"
"@react-types/shared": "^3.29.1"
},

@@ -21,3 +21,3 @@ "peerDependencies": {

},
"gitHead": "9b66d270572f482948afee95622a85cdf68ed408"
"gitHead": "9c77d4e8267ed39469c65f65da94ece7be509874"
}

@@ -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'