@vaadin/vaadin-avatar
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-avatar", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "vaadin-avatar-group.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -134,3 +134,3 @@ /** | ||
static get version() { | ||
return '1.0.1'; | ||
return '1.0.2'; | ||
} | ||
@@ -137,0 +137,0 @@ |
@@ -138,3 +138,3 @@ /** | ||
static get version() { | ||
return '1.0.1'; | ||
return '1.0.2'; | ||
} | ||
@@ -283,3 +283,3 @@ | ||
this.removeAttribute('has-color-index'); | ||
console.warn('The custom CSS property for the color index is not valid'); | ||
console.warn(`The CSS property --vaadin-user-color-${index} is not defined`); | ||
} | ||
@@ -286,0 +286,0 @@ } else { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
68789