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
801
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.836 to 3.0.0-nightly.849

6

package.json
{
"name": "@react-types/checkbox",
"version": "3.0.0-nightly.836+f5678f9c",
"version": "3.0.0-nightly.849+e08af810",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-types/shared": "3.0.0-nightly.836+f5678f9c"
"@react-types/shared": "3.0.0-nightly.849+e08af810"
},

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

},
"gitHead": "f5678f9c0a8a02422a16eda4e9be11d2b88ed08b"
"gitHead": "e08af810954896b95e444b5b02ab782cd1e4b759"
}

@@ -82,3 +82,5 @@ /*

export interface AriaCheckboxGroupItemProps extends Omit<AriaCheckboxProps, 'isSelected' | 'defaultSelected'> {}
export interface AriaCheckboxGroupItemProps extends Omit<AriaCheckboxProps, 'isSelected' | 'defaultSelected'> {
value: string
}

@@ -85,0 +87,0 @@ export interface SpectrumCheckboxProps extends AriaCheckboxProps, StyleProps {

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