🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@react-stately/tree

Package Overview
Dependencies
Maintainers
2
Versions
1008
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-9786f69a1-250530

16

package.json
{
"name": "@react-stately/tree",
"version": "3.0.0-nightly-9723225d6-250414",
"version": "3.0.0-nightly-9786f69a1-250530",
"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-9723225d6-250414",
"@react-stately/selection": "3.0.0-nightly-9723225d6-250414",
"@react-stately/utils": "3.0.0-nightly-9723225d6-250414",
"@react-types/shared": "3.0.0-nightly-9723225d6-250414",
"@react-stately/collections": "3.0.0-nightly-9786f69a1-250530",
"@react-stately/selection": "3.0.0-nightly-9786f69a1-250530",
"@react-stately/utils": "3.0.0-nightly-9786f69a1-250530",
"@react-types/shared": "3.0.0-nightly-9786f69a1-250530",
"@swc/helpers": "^0.5.0"

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