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

@vaadin/avatar

Package Overview
Dependencies
Maintainers
12
Versions
431
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/avatar - npm Package Compare versions

Comparing version

to
23.3.0-alpha4

20

package.json
{
"name": "@vaadin/avatar",
"version": "23.3.0-alpha3",
"version": "23.3.0-alpha4",
"publishConfig": {

@@ -40,10 +40,10 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "23.3.0-alpha3",
"@vaadin/item": "23.3.0-alpha3",
"@vaadin/list-box": "23.3.0-alpha3",
"@vaadin/tooltip": "23.3.0-alpha3",
"@vaadin/vaadin-lumo-styles": "23.3.0-alpha3",
"@vaadin/vaadin-material-styles": "23.3.0-alpha3",
"@vaadin/vaadin-overlay": "23.3.0-alpha3",
"@vaadin/vaadin-themable-mixin": "23.3.0-alpha3"
"@vaadin/component-base": "23.3.0-alpha4",
"@vaadin/item": "23.3.0-alpha4",
"@vaadin/list-box": "23.3.0-alpha4",
"@vaadin/overlay": "23.3.0-alpha4",
"@vaadin/tooltip": "23.3.0-alpha4",
"@vaadin/vaadin-lumo-styles": "23.3.0-alpha4",
"@vaadin/vaadin-material-styles": "23.3.0-alpha4",
"@vaadin/vaadin-themable-mixin": "23.3.0-alpha4"
},

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

],
"gitHead": "e86cd2abf3e28bade37711291331415d92c454ec"
"gitHead": "da037c0aa36e4b2874f253967300f6ca1af27315"
}

@@ -239,3 +239,7 @@ /**

this.setAttribute('role', 'button');
// By default, if the user hasn't provided a custom role,
// the role attribute is set to "button".
if (!this.hasAttribute('role')) {
this.setAttribute('role', 'button');
}

@@ -242,0 +246,0 @@ if (!this.hasAttribute('tabindex')) {

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/avatar",
"version": "23.3.0-alpha3",
"version": "23.3.0-alpha4",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "contributions": {

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/avatar",
"version": "23.3.0-alpha3",
"version": "23.3.0-alpha4",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "framework": "lit",