You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@valu/3rdparty

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@valu/3rdparty - npm Package Compare versions

Comparing version

to
1.3.0-dev.bffb9f8ca3

7

dist/tracking-consent.js

@@ -94,2 +94,5 @@ "use strict";

}
if (this.response.status === "not-given") {
return;
}
debug("Got tracking consent");

@@ -168,6 +171,2 @@ this.setStatus("consented");

}
if (this.response.status === "not-given") {
window.localStorage.removeItem(this.storeKey);
return;
}
window.localStorage.setItem(this.storeKey, JSON.stringify(this.response));

@@ -174,0 +173,0 @@ };

{
"name": "@valu/3rdparty",
"version": "1.2.9",
"version": "1.3.0-dev.bffb9f8ca3",
"description": "Tools for managing 3rd party scripts and tracking consents (aka. cookie prompts) optionally via Google Tag Manager and/or Cookiebot.",

@@ -5,0 +5,0 @@ "main": "dist/lazy-script.js",

Sorry, the diff of this file is not supported yet