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

@react-aria/switch

Package Overview
Dependencies
Maintainers
2
Versions
903
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/switch - npm Package Compare versions

Comparing version

to
3.0.0-nightly-2a1c28b83-250122

15

package.json
{
"name": "@react-aria/switch",
"version": "3.0.0-nightly-262cc758b-241115",
"version": "3.0.0-nightly-2a1c28b83-250122",
"description": "Spectrum UI components in React",

@@ -25,15 +25,14 @@ "license": "Apache-2.0",

"dependencies": {
"@react-aria/toggle": "^3.0.0-nightly-262cc758b-241115",
"@react-stately/toggle": "^3.0.0-nightly-262cc758b-241115",
"@react-types/shared": "^3.0.0-nightly-262cc758b-241115",
"@react-types/switch": "^3.0.0-nightly-262cc758b-241115",
"@react-aria/toggle": "3.0.0-nightly-2a1c28b83-250122",
"@react-stately/toggle": "3.0.0-nightly-2a1c28b83-250122",
"@react-types/shared": "3.0.0-nightly-2a1c28b83-250122",
"@react-types/switch": "3.0.0-nightly-2a1c28b83-250122",
"@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"
}
}