Socket
Socket
Sign inDemoInstall

@antik-web/cookie-consent

Package Overview
Dependencies
3
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@antik-web/cookie-consent",
"version": "1.0.1",
"version": "1.0.2",
"description": "A lightweight & gdpr compliant cookie consent plugin written in plain javascript, implementing laman.",

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

@@ -54,3 +54,3 @@ require('vanilla-cookieconsent');

global.AntikConsent = {
const AntikConsent = {
webUrl: new URL(document.currentScript.src).searchParams.get('w'),

@@ -202,1 +202,5 @@ get cookieConsent() {

};
global.AntikConsent = AntikConsent;
module.exports = AntikConsent;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc