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
12
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 to 1.2.1

@types/interfaces.d.ts

12

package.json

@@ -13,6 +13,7 @@ {

"name": "@vaadin/vaadin-cookie-consent",
"version": "1.2.0",
"version": "1.2.1",
"main": "vaadin-cookie-consent.js",
"author": "Vaadin Ltd",
"license": "https://raw.githubusercontent.com/vaadin/vaadin-cookie-consent/master/LICENSE",
"cvdlName": "vaadin-cookie-consent",
"bugs": {

@@ -43,8 +44,7 @@ "url": "https://github.com/vaadin/vaadin-cookie-consent/issues"

},
"scripts": {
"generate-typings": "gen-typescript-declarations --outDir . --verify"
},
"devDependencies": {
"axe-core": "^3.0.3",
"pwa-helpers": "^0.8.3",
"@web-padawan/gen-typescript-declarations": "^1.6.2",
"web-component-tester": "6.9.2",
"@polymer/iron-component-page": "^4.0.0",

@@ -55,3 +55,7 @@ "@polymer/iron-demo-helpers": "^3.0.0",

"@vaadin/vaadin-demo-helpers": "^3.1.0"
},
"scripts": {
"generate-typings": "gen-typescript-declarations --outDir . --verify",
"test": "wct --npm"
}
}

@@ -1,6 +0,8 @@

[![Build Status](https://travis-ci.org/vaadin/vaadin-cookie-consent.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-cookie-consent)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/web-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
# <vaadin-cookie-consent>
> ⚠️ Starting from Vaadin 20, the source code and issues for this component are migrated to the [`vaadin/web-components`](https://github.com/vaadin/web-components/tree/master/packages/vaadin-cookie-consent) monorepository.
> This repository contains the source code and releases of `<vaadin-cookie-consent>` for the Vaadin versions 10 to 19.
[&lt;vaadin-cookie-consent&gt;](https://vaadin.com/components/vaadin-cookie-consent) is a web component used for showing a cookie consent banner the first time a user visits the application. Cookie Consent is part of the [Vaadin components](https://vaadin.com/components).
[Live Demo ↗](https://vaadin.com/components/vaadin-cookie-consent/html-examples)

@@ -10,6 +12,6 @@ |

[![npm version](https://badgen.net/npm/v/@vaadin/vaadin-cookie-consent)](https://www.npmjs.com/package/@vaadin/vaadin-cookie-consent)
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadinvaadin-cookie-consent)
[![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC)
[&lt;vaadin-cookie-consent&gt;](https://vaadin.com/components/vaadin-cookie-consent) is a web component used for showing a cookie consent banner the first time a user visits the application. Cookie Consent is part of the [Vaadin components](https://vaadin.com/components).
## Getting Started

@@ -16,0 +18,0 @@

@@ -65,5 +65,9 @@ /**

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

@@ -70,0 +74,0 @@ return {

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