@vaadin/vaadin-cookie-consent
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-cookie-consent", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "vaadin-cookie-consent.js", | ||
@@ -27,3 +27,4 @@ "author": "Vaadin Ltd", | ||
}, | ||
"dependencies": { | ||
"dependencies": { | ||
"cookieconsent": "^3.0.6", | ||
"@polymer/polymer": "^3.0.0", | ||
@@ -30,0 +31,0 @@ "@vaadin/vaadin-themable-mixin": "^1.2.0", |
@@ -64,3 +64,3 @@ /** | ||
static get version() { | ||
return '1.1.0'; | ||
return '1.1.1'; | ||
} | ||
@@ -67,0 +67,0 @@ |
Sorry, the diff of this file is not supported yet
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
191881
7
31
1
+ Addedcookieconsent@^3.0.6
+ Addedcookieconsent@3.1.1(transitive)