New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-types/textfield

Package Overview
Dependencies
Maintainers
0
Versions
922
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-9b3385ac6-250228

7

package.json
{
"name": "@react-types/textfield",
"version": "3.0.0-nightly-993de98ad-241210",
"version": "3.0.0-nightly-9b3385ac6-250228",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-types/shared": "^3.0.0-nightly-993de98ad-241210"
"@react-types/shared": "3.0.0-nightly-9b3385ac6-250228"
},

@@ -20,4 +20,3 @@ "peerDependencies": {

"access": "public"
},
"stableVersion": "3.10.0"
}
}

@@ -45,3 +45,10 @@ /*

/** Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. */
'aria-haspopup'?: boolean | 'false' | 'true' | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog'
'aria-haspopup'?: boolean | 'false' | 'true' | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog',
/** Identifies the element (or elements) whose contents or presence are controlled by the current element. */
'aria-controls'?: string,
/**
* 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].
*/
enterKeyHint?: string
}

@@ -48,0 +55,0 @@