Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
cookie-consent-box
Advanced tools
A tiny, dependency-free cookie box widget that helps you to be GDPR complaint after including 8 kB of code (gzipped)
This is a simple package that lets you add good-looking cookie box to your website within few seconds without any setup required. If you would like to see how it works and looks, make sure to check out the demo.
You can install the package via package manager of your choice:
$ yarn add cookie-consent-box
$ npm install cookie-consent-box
Import it as normal ES6 module:
import CookieBox from 'cookie-consent-box';
new CookieBox({ options }).init();
and include in your SCSS file:
@import "~cookie-consent-box/dist/cookie-consent-box";
Or include it via jsDelivr CDN:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/cookie-consent-box@2.0.2/dist/cookie-consent-box.min.css"></script>
<script defer src="https://cdn.jsdelivr.net/npm/cookie-consent-box@2.0.2/dist/cookie-consent-box.min.js"></script>
Additionaly, you can configure the plugin using CookieBoxConfig
object declared in your dom.
Just make sure that you declared it before you load js file.
Example:
<script>CookieBoxConfig = { backgroundColor: '#ec008c', url: '/privacy-policy' }</script>
Option | Type | Default | Description |
---|---|---|---|
backgroundColor | string | #007bff | Color used for background |
textColor | string | #fff | Color used for text |
language | string | en | ISO 639 code. Supported languages: en , pl |
url | string | # | Custom URL that points to your Privacy Policy page |
containerWidth | int | 1140 | Width of your page container |
cookieKey | string | cookie-box | Cookie name that is used to save users acceptance |
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.
FAQs
A tiny, dependency-free cookie box widget that helps you to be GDPR complaint after including 8 kB of code (gzipped)
The npm package cookie-consent-box receives a total of 308 weekly downloads. As such, cookie-consent-box popularity was classified as not popular.
We found that cookie-consent-box demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.