Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@vaadin/vaadin-cookie-consent
Advanced tools
Live Demo ↗ | API documentation ↗
<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.
$ bower install --save vaadin/vaadin-cookie-consent
Add html import
<link rel="import" href="../../bower_components/vaadin-cookie-consent/vaadin-cookie-consent.html">
Create your first Vaadin Cookie Consent
<vaadin-cookie-consent></vaadin-cookie-consent>
After one day using Vaadin Cookie Consent in a development environment you will see a pop-up that asks you to enter the license key. You can get your trial key from https://vaadin.com/pro/licenses. If the license is valid, it will be saved to the local storage of the browser and you will not see the pop-up again.
<vaadin-cookie-consent
message="We are using cookies to make your visit here awesome!"
dismiss="Accept"
learn-more="Why?"
learn-more-link="https://yourdomain.com/terms-of-service">
</vaadin-cookie-consent>
Vaadin components use the Lumo theme by default.
src/vaadin-cookie-consent.html
Unstyled component.
theme/lumo/vaadin-cookie-consent.html
Component with Lumo theme.
vaadin-cookie-consent.html
Alias for theme/lumo/vaadin-cookie-consent.html
Fork the vaadin-cookie-consent
repository and clone it locally.
Make sure you have npm installed.
When in the vaadin-cookie-consent
directory, run npm install
and then bower install
to install dependencies.
Make sure you have polymer-cli installed globally: npm i -g polymer-cli
.
Run polymer serve --open
, browser will automatically open the component API documentation.
You can also open demo or in-browser tests by adding demo or test to the URL, for example:
vaadin-cookie-consent
directory, run polymer test
Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs.
We are using ESLint for linting JavaScript code. You can check if your code is following our standards by running gulp lint
, which will automatically lint all .js
files as well as JavaScript snippets inside .html
files.
To contribute to the component, please read the guideline first.
Commercial Vaadin Developer License 4.0 (CVDLv4). For license terms, see LICENSE.
Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.
FAQs
vaadin-cookie-consent
The npm package @vaadin/vaadin-cookie-consent receives a total of 3,953 weekly downloads. As such, @vaadin/vaadin-cookie-consent popularity was classified as popular.
We found that @vaadin/vaadin-cookie-consent demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.