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

@vaadin/cookie-consent

Package Overview
Dependencies
Maintainers
14
Versions
413
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/cookie-consent - npm Package Compare versions

Comparing version 23.1.0-alpha3 to 23.1.0-alpha4

10

package.json
{
"name": "@vaadin/cookie-consent",
"version": "23.1.0-alpha3",
"version": "23.1.0-alpha4",
"publishConfig": {

@@ -37,6 +37,6 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "23.1.0-alpha3",
"@vaadin/component-base": "23.1.0-alpha4",
"@vaadin/vaadin-license-checker": "^2.1.0",
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha3",
"@vaadin/vaadin-material-styles": "23.1.0-alpha3",
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha4",
"@vaadin/vaadin-material-styles": "23.1.0-alpha4",
"cookieconsent": "^3.0.6"

@@ -48,3 +48,3 @@ },

},
"gitHead": "8c9e64e8dfa158dd52a9bf6da351ff038c88ca85"
"gitHead": "aacdb7fe09811894751f0378ff7fb66071892c71"
}

@@ -63,3 +63,3 @@ /**

type: String,
value: 'This website uses cookies to ensure you get the best experience.'
value: 'This website uses cookies to ensure you get the best experience.',
},

@@ -73,3 +73,3 @@

type: String,
value: 'Got it!'
value: 'Got it!',
},

@@ -84,3 +84,3 @@

type: String,
value: 'Learn more'
value: 'Learn more',
},

@@ -95,3 +95,3 @@

type: String,
value: 'https://cookiesandyou.com/'
value: 'https://cookiesandyou.com/',
},

@@ -102,3 +102,3 @@

type: Boolean,
computed: '_showLink(learnMoreLink)'
computed: '_showLink(learnMoreLink)',
},

@@ -116,3 +116,3 @@

type: String,
value: 'top'
value: 'top',
},

@@ -129,3 +129,3 @@

type: String,
value: 'cookieconsent_status'
value: 'cookieconsent_status',
},

@@ -135,4 +135,4 @@

_css: {
type: Object
}
type: Object,
},
};

@@ -171,3 +171,3 @@ }

popup: {
background: '#000'
background: '#000',
},

@@ -179,4 +179,4 @@ button: {

background: 'rgba(22, 118, 243, 0.95)',
hover: 'rgba(22, 118, 243, 1)'
}
hover: 'rgba(22, 118, 243, 1)',
},
},

@@ -188,8 +188,8 @@ showLink: this._showLearnMore,

link: this.learnMore,
href: this.learnMoreLink
href: this.learnMoreLink,
},
cookie: {
name: this.cookieName
name: this.cookieName,
},
position: this.position
position: this.position,
});

@@ -196,0 +196,0 @@

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