You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@react-stately/selection

Package Overview
Dependencies
Maintainers
2
Versions
1070
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-stately/selection - npm Package Compare versions

Comparing version

to
3.0.0-nightly-1563243fe-250524

14

package.json
{
"name": "@react-stately/selection",
"version": "3.0.0-nightly-148fcf175-250407",
"version": "3.0.0-nightly-1563243fe-250524",
"description": "Spectrum UI components in React",

@@ -9,3 +9,7 @@ "license": "Apache-2.0",

"exports": {
"types": "./dist/types.d.ts",
"source": "./src/index.ts",
"types": [
"./dist/types.d.ts",
"./src/index.ts"
],
"import": "./dist/import.mjs",

@@ -26,5 +30,5 @@ "require": "./dist/main.js"

"dependencies": {
"@react-stately/collections": "3.0.0-nightly-148fcf175-250407",
"@react-stately/utils": "3.0.0-nightly-148fcf175-250407",
"@react-types/shared": "3.0.0-nightly-148fcf175-250407",
"@react-stately/collections": "3.0.0-nightly-1563243fe-250524",
"@react-stately/utils": "3.0.0-nightly-1563243fe-250524",
"@react-types/shared": "3.0.0-nightly-1563243fe-250524",
"@swc/helpers": "^0.5.0"

@@ -31,0 +35,0 @@ },