New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

novicell-cookie-info

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

novicell-cookie-info - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "novicell-cookie-info",
"version": "2.0.0",
"version": "2.0.1",
"description": "Cookie information dialog used to show a short text about, the use of cookies for the website, due to european laws.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -21,9 +21,11 @@ # Novicell Cookie Info

<button class="cookie-info-open" id="js-cookie-info-open">
Cookies?
Cookies?
</button>
<section class="cookie-info" id="js-cookie-info">
<div class="cookie-info__content">
<p class="cookie-info__text">We're using cookies on this website, is that OK with you?</p>
<button class="cookie-info__close button" id="js-cookie-info-close">Fine with me :)</button>
</div>
<div class="cookie-info__content">
<button class="cookie-info__close" id="js-cookie-info-close">&times;</button>
<p class="cookie-info__text">We're using cookies on this website, is that OK with you?</p>
<button class="cookie-info__accept button" id="js-cookie-info-accept">Fine with me :)</button>
<button class="cookie-info__decline button" id="js-cookie-info-decline">Me no likie :(</button>
</div>
</section>

@@ -56,2 +58,10 @@ ```

## Withdraw consent
If you need to withdraw the cookie consent, you can call the `declineCookieInfo` like this:
```html
<span onclick="novicell.cookieInfo.declineCookieInfo()">Withdraw your consent of cookies, on this webpage</span>
```
## Extension

@@ -58,0 +68,0 @@

Sorry, the diff of this file is not supported yet

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