Socket
Socket
Sign inDemoInstall

@chakra-ui/clickable

Package Overview
Dependencies
Maintainers
4
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/clickable - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

14

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.1
# 1.0.0 (2020-11-13)
### Patch Changes
**Note:** Version bump only for package @chakra-ui/clickable
- Updated dependencies
[[`5c482483`](https://github.com/chakra-ui/chakra-ui/commit/5c482483ce24fc798540c9792a15e06772eae213)]:
- @chakra-ui/utils@1.0.1
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.0.0 (2020-11-13)
**Note:** Version bump only for package @chakra-ui/clickable
# Change Log

@@ -15,0 +19,0 @@

@@ -295,3 +295,3 @@ import * as React from "react";

"data-active": boolean | "true" | "false";
"aria-disabled": string | undefined;
"aria-disabled": "true" | undefined;
tabIndex: number | undefined;

@@ -298,0 +298,0 @@ onClick: (event: React.MouseEvent<HTMLElement>) => void;

{
"name": "@chakra-ui/clickable",
"version": "1.0.0",
"version": "1.0.1",
"description": "React hook and component that implements native button interactions",

@@ -54,3 +54,3 @@ "keywords": [

"dependencies": {
"@chakra-ui/utils": "1.0.0"
"@chakra-ui/utils": "1.0.1"
},

@@ -60,3 +60,5 @@ "peerDependencies": {

},
"gitHead": "c98ca366cec7151fe7ea4e0b6f893088797c5398"
"devDependencies": {
"react": "^17.0.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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