Socket
Socket
Sign inDemoInstall

@react-types/button

Package Overview
Dependencies
Maintainers
1
Versions
733
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/button - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

8

package.json
{
"name": "@react-types/button",
"version": "3.0.0",
"version": "3.0.1",
"description": "Spectrum UI components in React",

@@ -9,6 +9,6 @@ "license": "Apache-2.0",

"type": "git",
"url": "https://github.com/adobe-private/react-spectrum-v3"
"url": "https://github.com/adobe/react-spectrum"
},
"dependencies": {
"@react-types/shared": "^3.0.0"
"@react-types/shared": "^3.0.1"
},

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

},
"gitHead": "a32224fdf009d69cf594f32ad18ac86d7ebb8a52"
"gitHead": "ac0b7a7ba0edccd1c9ab4f849022ad6d2ccd19ed"
}
# @react-types/button
This package is part of [react-spectrum](https://github.com/adobe-private/react-spectrum-v3). See the repo for more details.
This package is part of [react-spectrum](https://github.com/adobe/react-spectrum). See the repo for more details.

@@ -17,3 +17,3 @@ /*

interface ButtonProps extends PressEvents, FocusableProps {
/** Whether the button is disabled */
/** Whether the button is disabled. */
isDisabled?: boolean,

@@ -20,0 +20,0 @@ /** The content to display in the button. */

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc