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

@react-stately/checkbox

Package Overview
Dependencies
Maintainers
2
Versions
1017
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-stately/checkbox - npm Package Compare versions

Comparing version

to
3.0.0-nightly-6bdca86ba-250624

21

package.json
{
"name": "@react-stately/checkbox",
"version": "3.0.0-nightly-694fc853e-241109",
"version": "3.0.0-nightly-6bdca86ba-250624",
"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,15 +30,14 @@ "require": "./dist/main.js"

"dependencies": {
"@react-stately/form": "^3.0.0-nightly-694fc853e-241109",
"@react-stately/utils": "^3.0.0-nightly-694fc853e-241109",
"@react-types/checkbox": "^3.0.0-nightly-694fc853e-241109",
"@react-types/shared": "^3.0.0-nightly-694fc853e-241109",
"@react-stately/form": "3.0.0-nightly-6bdca86ba-250624",
"@react-stately/utils": "3.0.0-nightly-6bdca86ba-250624",
"@react-types/checkbox": "3.0.0-nightly-6bdca86ba-250624",
"@react-types/shared": "3.0.0-nightly-6bdca86ba-250624",
"@swc/helpers": "^0.5.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
},
"publishConfig": {
"access": "public"
},
"stableVersion": "3.6.9"
}
}