Socket
Socket
Sign inDemoInstall

@react-types/checkbox

Package Overview
Dependencies
Maintainers
2
Versions
746
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 3.0.0-nightly.3051 to 3.0.0-nightly.3052

6

package.json
{
"name": "@react-types/checkbox",
"version": "3.0.0-nightly.3051+89c42a819",
"version": "3.0.0-nightly.3052+81e380437",
"description": "Spectrum UI components in React",

@@ -12,3 +12,3 @@ "license": "Apache-2.0",

"dependencies": {
"@react-types/shared": "3.0.0-nightly.3051+89c42a819"
"@react-types/shared": "3.0.0-nightly.3052+81e380437"
},

@@ -21,3 +21,3 @@ "peerDependencies": {

},
"gitHead": "89c42a819b3585d25a52429110a8f26871dff2a5"
"gitHead": "81e380437c63adb98b0ce73e3eaa08918d06c8bc"
}

@@ -33,8 +33,4 @@ /*

export interface ToggleProps extends InputBase, Validation<boolean>, FocusableProps {
export interface ToggleStateOptions extends InputBase {
/**
* The label for the element.
*/
children?: ReactNode,
/**
* Whether the element should be selected (uncontrolled).

@@ -50,4 +46,11 @@ */

*/
onChange?: (isSelected: boolean) => void,
onChange?: (isSelected: boolean) => void
}
export interface ToggleProps extends ToggleStateOptions, Validation, FocusableProps {
/**
* The label for the element.
*/
children?: ReactNode,
/**
* The value of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefvalue).

@@ -54,0 +57,0 @@ */

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc