@vaadin/vaadin-cookie-consent
Advanced tools
Comparing version 1.2.0-alpha1 to 1.2.0-beta1
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-cookie-consent", | ||
"version": "1.2.0-alpha1", | ||
"version": "1.2.0-beta1", | ||
"main": "vaadin-cookie-consent.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -65,2 +65,3 @@ /** | ||
* The text to show on the 'learn more' link. | ||
* @attr {string} learn-more | ||
*/ | ||
@@ -71,2 +72,3 @@ learnMore: string; | ||
* The URL the 'learn more' link should open. | ||
* @attr {string} learn-more-link | ||
*/ | ||
@@ -88,2 +90,3 @@ learnMoreLink: string; | ||
* This rarely needs to be changed. | ||
* @attr {string} cookie-name | ||
*/ | ||
@@ -90,0 +93,0 @@ cookieName: string; |
@@ -65,3 +65,3 @@ /** | ||
static get version() { | ||
return '1.2.0-alpha1'; | ||
return '1.2.0-beta1'; | ||
} | ||
@@ -91,2 +91,3 @@ | ||
* The text to show on the 'learn more' link. | ||
* @attr {string} learn-more | ||
* @type {string} | ||
@@ -101,2 +102,3 @@ */ | ||
* The URL the 'learn more' link should open. | ||
* @attr {string} learn-more-link | ||
* @type {string} | ||
@@ -132,2 +134,3 @@ */ | ||
* This rarely needs to be changed. | ||
* @attr {string} cookie-name | ||
* @type {string} | ||
@@ -134,0 +137,0 @@ */ |
@@ -15,1 +15,2 @@ /** | ||
export * from './src/vaadin-cookie-consent.js'; | ||
export * from './@types/interfaces'; |
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
35000
347
1
4