Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gdpr-consent

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gdpr-consent - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

package.json
{
"name": "gdpr-consent",
"version": "0.2.1",
"version": "0.2.2",
"description": "GDPR banner to comply with the European cookie law. Inspired by tarteaucitronjs.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -28,16 +28,16 @@ [![NPM version](https://badge.fury.io/js/gdpr-consent.svg)](http://badge.fury.io/js/gdpr-consent)

<script type="text/javascript">
GDPRConsent.init({
"hashtag": "#tarteaucitron", /* Open the panel with this hashtag */
"cookieName": "tarteaucitron", /* Cookie name */
"timeExpire": 31536000000, /* Cookie expiration time */
GDPRConsent.init({
"hashtag": "#tarteaucitron", /* Open the panel with this hashtag */
"cookieName": "tarteaucitron", /* Cookie name */
"timeExpire": 31536000000, /* Cookie expiration time */
"websiteName": "Les Jours", /* The name of the Website */
"websiteName": "Les Jours", /* The name of the Website */
"highPrivacy": true, /* Disable auto consent */
"AcceptAllCta" : true, /* Show the accept all button when highPrivacy on */
"highPrivacy": true, /* Disable auto consent */
"AcceptAllCta" : true, /* Show the accept all button when highPrivacy on */
"moreInfoLink": true, /* Show more info link */
"moreInfoLink": true, /* Show more info link */
"mandatory": false /* Show a message about mandatory cookies */
});
"mandatory": false /* Show a message about mandatory cookies */
});
</script>

@@ -44,0 +44,0 @@ ```

Sorry, the diff of this file is not supported yet

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