New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/vaadin-button

Package Overview
Dependencies
Maintainers
19
Versions
251
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-button - npm Package Compare versions

Comparing version 20.0.0-beta1 to 20.0.0-beta2

16

package.json
{
"name": "@vaadin/vaadin-button",
"version": "20.0.0-beta1",
"version": "20.0.0-beta2",
"description": "vaadin-button",

@@ -29,7 +29,7 @@ "main": "vaadin-button.js",

"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-control-state-mixin": "^20.0.0-beta1",
"@vaadin/vaadin-element-mixin": "^20.0.0-beta1",
"@vaadin/vaadin-lumo-styles": "^20.0.0-beta1",
"@vaadin/vaadin-material-styles": "^20.0.0-beta1",
"@vaadin/vaadin-themable-mixin": "^20.0.0-beta1"
"@vaadin/vaadin-control-state-mixin": "^20.0.0-beta2",
"@vaadin/vaadin-element-mixin": "^20.0.0-beta2",
"@vaadin/vaadin-lumo-styles": "^20.0.0-beta2",
"@vaadin/vaadin-material-styles": "^20.0.0-beta2",
"@vaadin/vaadin-themable-mixin": "^20.0.0-beta2"
},

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

"@polymer/iron-icon": "^3.0.0",
"@vaadin/testing-helpers": "^0.1.5",
"@vaadin/testing-helpers": "^0.2.1",
"sinon": "^9.2.4"

@@ -46,3 +46,3 @@ },

},
"gitHead": "a8bc4c410600c8039e8e3f5fa4c763fdb328e10d"
"gitHead": "508e847c3b066d30ba8ebe1fd38c75d39cdbe886"
}

@@ -41,3 +41,3 @@ import { GestureEventListeners } from '@polymer/polymer/lib/mixins/gesture-event-listeners.js';

*
* See [ThemableMixin – how to apply styles for shadow parts](https://github.com/vaadin/vaadin-themable-mixin/wiki)
* See [Styling Components](https://vaadin.com/docs/latest/ds/customization/styling-components) documentation.
*/

@@ -44,0 +44,0 @@ declare class ButtonElement extends ElementMixin(ControlStateMixin(ThemableMixin(GestureEventListeners(HTMLElement)))) {

@@ -45,3 +45,3 @@ /**

*
* See [ThemableMixin – how to apply styles for shadow parts](https://github.com/vaadin/vaadin-themable-mixin/wiki)
* See [Styling Components](https://vaadin.com/docs/latest/ds/customization/styling-components) documentation.
*

@@ -132,3 +132,3 @@ * @extends HTMLElement

static get version() {
return '20.0.0-beta1';
return '20.0.0-beta2';
}

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