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
9
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 2.1.0-beta2 to 2.1.0

4

package.json

@@ -13,3 +13,3 @@ {

"name": "@vaadin/vaadin-button",
"version": "2.1.0-beta2",
"version": "2.1.0",
"main": "vaadin-button.js",

@@ -33,3 +33,3 @@ "author": "Vaadin Ltd",

"@vaadin/vaadin-material-styles": "^1.1.0-beta1",
"@vaadin/vaadin-element-mixin": "^1.1.2"
"@vaadin/vaadin-element-mixin": "^2.0.0"
},

@@ -36,0 +36,0 @@ "devDependencies": {

@@ -1,2 +0,3 @@

[![npm version](https://badge.fury.io/js/%40vaadin%2Fvaadin-button.svg)](https://badge.fury.io/js/%40vaadin%2Fvaadin-button)
[![npm version](https://badgen.net/npm/v/@vaadin/vaadin-button)](https://www.npmjs.com/package/@vaadin/vaadin-button)
[![Bower version](https://badgen.net/github/release/vaadin/vaadin-button)](https://github.com/vaadin/vaadin-button/releases)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/vaadin/vaadin-button)

@@ -3,0 +4,0 @@ [![Build Status](https://travis-ci.org/vaadin/vaadin-button.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-button)

@@ -15,3 +15,3 @@ /**

/**
* `<vaadin-button>` is a Polymer 2 element providing an accessible and customizable button.
* `<vaadin-button>` is a Web Component providing an accessible and customizable button.
*

@@ -137,3 +137,3 @@ * ```html

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

@@ -175,2 +175,5 @@

/**
* @protected
*/
get focusElement() {

@@ -177,0 +180,0 @@ return this.$.button;

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