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

@react-types/select

Package Overview
Dependencies
Maintainers
2
Versions
925
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/select - npm Package Compare versions

Comparing version

to
3.1.2-nightly.2480

6

package.json
{
"name": "@react-types/select",
"version": "3.1.2-nightly.2479+2cacc4f9",
"version": "3.1.2-nightly.2480+50b2ffb8",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-types/shared": "3.0.0-nightly.801+2cacc4f9"
"@react-types/shared": "3.0.0-nightly.802+50b2ffb8"
},

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

},
"gitHead": "2cacc4f9cde659f7295a333bbfa8d5e052b0460d"
"gitHead": "50b2ffb8ef01482042a0515a987fbf9f09f850ae"
}

@@ -62,3 +62,5 @@ /*

*/
name?: string
name?: string,
/** Whether the element should receive focus on render. */
autoFocus?: boolean
}