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

@vaadin/vaadin-cookie-consent

Package Overview
Dependencies
Maintainers
16
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-cookie-consent - npm Package Compare versions

Comparing version 1.2.0-alpha1 to 1.2.0-beta1

2

package.json

@@ -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';
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