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-types/checkbox

Package Overview
Dependencies
Maintainers
2
Versions
1064
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/checkbox - npm Package Compare versions

Comparing version

to
3.0.0-nightly-6503446c0-250620

9

package.json
{
"name": "@react-types/checkbox",
"version": "3.0.0-nightly-641446f65-240905",
"version": "3.0.0-nightly-6503446c0-250620",
"description": "Spectrum UI components in React",

@@ -12,11 +12,10 @@ "license": "Apache-2.0",

"dependencies": {
"@react-types/shared": "^3.0.0-nightly-641446f65-240905"
"@react-types/shared": "3.0.0-nightly-6503446c0-250620"
},
"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.8.3"
}
}

@@ -48,3 +48,3 @@ /*

export interface ToggleProps extends ToggleStateOptions, Validation, FocusableProps {
export interface ToggleProps extends ToggleStateOptions, Validation<boolean>, FocusableProps {
/**

@@ -51,0 +51,0 @@ * The label for the element.