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

@lion/button

Package Overview
Dependencies
Maintainers
1
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/button - npm Package Compare versions

Comparing version 0.7.5 to 0.7.6

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.7.6](https://github.com/ing-bank/lion/compare/@lion/button@0.7.5...@lion/button@0.7.6) (2020-06-24)
### Bug Fixes
* **button:** prevent scrolling when repeating space key ([7eec6f3](https://github.com/ing-bank/lion/commit/7eec6f37651d16cc94f77d86f891d19137cfd427))
## [0.7.5](https://github.com/ing-bank/lion/compare/@lion/button@0.7.4...@lion/button@0.7.5) (2020-06-18)

@@ -8,0 +19,0 @@

4

package.json
{
"name": "@lion/button",
"version": "0.7.5",
"version": "0.7.6",
"description": "A button that is easily styleable and accessible in all contexts",

@@ -45,3 +45,3 @@ "license": "MIT",

},
"gitHead": "8958b2fa02d3b0c39120d405c5284aa01990a524"
"gitHead": "92df108799b1abd8a11b3b16886a50a5cd1ce249"
}

@@ -238,2 +238,5 @@ import {

if (this.active || !isKeyboardClickEvent(e)) {
if (isSpaceKeyboardClickEvent(e)) {
e.preventDefault();
}
return;

@@ -240,0 +243,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