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-beta1 to 23.1.0-beta2

11

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

@@ -9,2 +9,3 @@ "access": "public"

"license": "https://raw.githubusercontent.com/vaadin/web-components/master/packages/cookie-consent/LICENSE",
"cvdlName": "vaadin-cookie-consent",
"repository": {

@@ -38,6 +39,6 @@ "type": "git",

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

@@ -49,3 +50,3 @@ },

},
"gitHead": "8be43cf83102a6b9ccf309687446e590ce0164e8"
"gitHead": "f11f9245a0b5e6bf912725a501c27c24b74e7c8d"
}

@@ -55,2 +55,6 @@ /**

static get cvdlName() {
return 'vaadin-cookie-consent';
}
static get properties() {

@@ -210,3 +214,3 @@ return {

super.disconnectedCallback();
var popup = this._getPopup();
const popup = this._getPopup();
if (popup) {

@@ -230,3 +234,3 @@ popup.parentNode.removeChild(popup);

_show() {
var popup = this._getPopup();
const popup = this._getPopup();
if (popup) {

@@ -233,0 +237,0 @@ popup.classList.remove('cc-invisible');

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