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.3 to 0.7.4

8

CHANGELOG.md

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

## [0.7.4](https://github.com/ing-bank/lion/compare/@lion/button@0.7.3...@lion/button@0.7.4) (2020-06-10)
**Note:** Version bump only for package @lion/button
## [0.7.3](https://github.com/ing-bank/lion/compare/@lion/button@0.7.2...@lion/button@0.7.3) (2020-06-08)

@@ -8,0 +16,0 @@

4

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

@@ -45,3 +45,3 @@ "author": "ing-bank",

},
"gitHead": "8d9225c040ffba5d697a91dfc01035f640e9004f"
"gitHead": "0f7ee151e0734295198288d38d69e4bf7f4897c1"
}

@@ -18,3 +18,3 @@ [//]: # 'AUTO INSERT HEADER PREPUBLISH'

```js story
```js preview-story
export const main = () => html` <lion-button>Default</lion-button> `;

@@ -21,0 +21,0 @@ ```

@@ -210,3 +210,3 @@ import {

__setupDelegationInConstructor() {
// do not move to connectedCallback, otherwise IE11 breaks
// do not move to connectedCallback, otherwise IE11 breaks.
// more info: https://github.com/ing-bank/lion/issues/179#issuecomment-511763835

@@ -213,0 +213,0 @@ this.addEventListener('click', this.__clickDelegationHandler, true);

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