Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-types/checkbox

Package Overview
Dependencies
Maintainers
2
Versions
798
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.3053 to 3.0.0-nightly.3069

6

package.json
{
"name": "@react-types/checkbox",
"version": "3.0.0-nightly.3053+f56a78746",
"version": "3.0.0-nightly.3069+ec7509177",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-types/shared": "3.0.0-nightly.3053+f56a78746"
"@react-types/shared": "3.0.0-nightly.3069+ec7509177"
},

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

},
"gitHead": "f56a78746d0fd804267cb5ab17e2675f33f13e5e"
"gitHead": "ec75091771bcfccaed7e23a2adbc0911dc284896"
}

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

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

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

*/
onChange?: (isSelected: boolean) => void
}
export interface ToggleProps extends ToggleStateOptions, Validation, FocusableProps {
onChange?: (isSelected: boolean) => void,
/**
* 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).

@@ -57,0 +54,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