Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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 1.2.9 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

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