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/tree

Package Overview
Dependencies
Maintainers
0
Versions
1056
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-stately/tree - npm Package Compare versions

Comparing version

to
3.0.0-nightly-f5a80a09d-250722

16

package.json
{
"name": "@react-stately/tree",
"version": "3.0.0-nightly-ef27de089-250509",
"version": "3.0.0-nightly-f5a80a09d-250722",
"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,6 +30,6 @@ "require": "./dist/main.js"

"dependencies": {
"@react-stately/collections": "3.0.0-nightly-ef27de089-250509",
"@react-stately/selection": "3.0.0-nightly-ef27de089-250509",
"@react-stately/utils": "3.0.0-nightly-ef27de089-250509",
"@react-types/shared": "3.0.0-nightly-ef27de089-250509",
"@react-stately/collections": "3.0.0-nightly-f5a80a09d-250722",
"@react-stately/selection": "3.0.0-nightly-f5a80a09d-250722",
"@react-stately/utils": "3.0.0-nightly-f5a80a09d-250722",
"@react-types/shared": "3.0.0-nightly-f5a80a09d-250722",
"@swc/helpers": "^0.5.0"

@@ -32,0 +36,0 @@ },