Socket
Socket
Sign inDemoInstall

@react-types/checkbox

Package Overview
Dependencies
Maintainers
2
Versions
748
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.7.1 to 3.8.0

6

package.json
{
"name": "@react-types/checkbox",
"version": "3.7.1",
"version": "3.8.0",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-types/shared": "^3.22.1"
"@react-types/shared": "^3.23.0"
},

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

},
"gitHead": "de9f84a22583fc741c29b341d14cd35ef4cca161"
"gitHead": "f645f29edc1322153fd60af4640cbcab1d992dbd"
}

@@ -85,3 +85,9 @@ /*

*/
isEmphasized?: boolean
isEmphasized?: boolean,
/**
* A slot name for the component. Slots allow the component to receive props from a parent component.
* An explicit `null` value indicates that the local props completely override all props received from a parent.
* @private
*/
slot?: string | null
}

@@ -88,0 +94,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