Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/avatar-group

Package Overview
Dependencies
Maintainers
14
Versions
405
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/avatar-group - npm Package Compare versions

Comparing version 22.0.5 to 22.0.6

20

package.json
{
"name": "@vaadin/avatar-group",
"version": "22.0.5",
"version": "22.0.6",
"publishConfig": {

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

"@polymer/polymer": "^3.0.0",
"@vaadin/avatar": "^22.0.5",
"@vaadin/component-base": "^22.0.5",
"@vaadin/item": "^22.0.5",
"@vaadin/list-box": "^22.0.5",
"@vaadin/vaadin-lumo-styles": "^22.0.5",
"@vaadin/vaadin-material-styles": "^22.0.5",
"@vaadin/vaadin-overlay": "^22.0.5",
"@vaadin/vaadin-themable-mixin": "^22.0.5"
"@vaadin/avatar": "^22.0.6",
"@vaadin/component-base": "^22.0.6",
"@vaadin/item": "^22.0.6",
"@vaadin/list-box": "^22.0.6",
"@vaadin/vaadin-lumo-styles": "^22.0.6",
"@vaadin/vaadin-material-styles": "^22.0.6",
"@vaadin/vaadin-overlay": "^22.0.6",
"@vaadin/vaadin-themable-mixin": "^22.0.6"
},

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

},
"gitHead": "3e1990867670f3de2dec6fa1200d945623b2710c"
"gitHead": "18c55872d764e338e0f98e65826cbe895156251a"
}

@@ -415,3 +415,5 @@ /**

const item = this.items[i];
result.push(item.name || item.abbr || 'anonymous');
if (item) {
result.push(item.name || item.abbr || 'anonymous');
}
}

@@ -418,0 +420,0 @@ // override generated title attribute

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