Socket
Socket
Sign inDemoInstall

@vaadin/button

Package Overview
Dependencies
Maintainers
14
Versions
371
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/button - npm Package Compare versions

Comparing version 23.0.4 to 23.0.5

12

package.json
{
"name": "@vaadin/button",
"version": "23.0.4",
"version": "23.0.5",
"publishConfig": {

@@ -36,6 +36,6 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "^23.0.4",
"@vaadin/vaadin-lumo-styles": "^23.0.4",
"@vaadin/vaadin-material-styles": "^23.0.4",
"@vaadin/vaadin-themable-mixin": "^23.0.4"
"@vaadin/component-base": "^23.0.5",
"@vaadin/vaadin-lumo-styles": "^23.0.5",
"@vaadin/vaadin-material-styles": "^23.0.5",
"@vaadin/vaadin-themable-mixin": "^23.0.5"
},

@@ -47,3 +47,3 @@ "devDependencies": {

},
"gitHead": "d8db2046661c42fb5aac09ed683b500bf4613b26"
"gitHead": "4cd2b11eb053d36fba9f0a8128da4e63984753e2"
}

@@ -53,2 +53,16 @@ /**

static get properties() {
return {
/**
* Indicates whether the element can be focused and where it participates in sequential keyboard navigation.
*
* @override
* @protected
*/
tabindex: {
value: 0
}
};
}
static get template() {

@@ -55,0 +69,0 @@ return html`

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