You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@react-types/checkbox

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-74cac946a-250315

{
"name": "@react-types/checkbox",
"version": "3.0.0-nightly-73414999f-240916",
"version": "3.0.0-nightly-74cac946a-250315",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-types/shared": "^3.0.0-nightly-73414999f-240916"
"@react-types/shared": "3.0.0-nightly-74cac946a-250315"
},
"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.