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

@guardian/consent-management-platform

Package Overview
Dependencies
Maintainers
6
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guardian/consent-management-platform - npm Package Compare versions

Comparing version 13.9.0 to 13.10.0

12

dist/index.esm.js

@@ -816,3 +816,3 @@ import { log, removeCookie, storage } from '@guardian/libs';

permutive: ['5f369a02b8e05c2f2d546a40'],
prebid: ['5f92a62aa22863685f4daa4c'],
prebidCustom: ['5f22bfd82a6b6c1afd1181a9'],
qm: ['5f295fa4b8e05c76a44c3149'],

@@ -825,2 +825,5 @@ remarketing: ['5ed0eb688a76503f1016578f'],

};
const MiscVendorID = {
prebid: ['5f92a62aa22863685f4daa4c'],
};
const AusVendorIDs = {

@@ -832,2 +835,3 @@ redplanet: ['not-tcfv2-vendor'],

...AusVendorIDs,
...MiscVendorID
};

@@ -999,5 +1003,5 @@

if (window.guCmpHotFix.initialised) {
if (window.guCmpHotFix.cmp?.version !== "13.9.0")
if (window.guCmpHotFix.cmp?.version !== "13.10.0")
console.warn('Two different versions of the CMP are running:', [
"13.9.0",
"13.10.0",
window.guCmpHotFix.cmp?.version,

@@ -1040,3 +1044,3 @@ ]);

showPrivacyManager,
version: "13.9.0",
version: "13.10.0",
__isDisabled: isDisabled,

@@ -1043,0 +1047,0 @@ __enable: enable,

@@ -820,3 +820,3 @@ 'use strict';

permutive: ['5f369a02b8e05c2f2d546a40'],
prebid: ['5f92a62aa22863685f4daa4c'],
prebidCustom: ['5f22bfd82a6b6c1afd1181a9'],
qm: ['5f295fa4b8e05c76a44c3149'],

@@ -829,2 +829,5 @@ remarketing: ['5ed0eb688a76503f1016578f'],

};
const MiscVendorID = {
prebid: ['5f92a62aa22863685f4daa4c'],
};
const AusVendorIDs = {

@@ -836,2 +839,3 @@ redplanet: ['not-tcfv2-vendor'],

...AusVendorIDs,
...MiscVendorID
};

@@ -1003,5 +1007,5 @@

if (window.guCmpHotFix.initialised) {
if (window.guCmpHotFix.cmp?.version !== "13.9.0")
if (window.guCmpHotFix.cmp?.version !== "13.10.0")
console.warn('Two different versions of the CMP are running:', [
"13.9.0",
"13.10.0",
window.guCmpHotFix.cmp?.version,

@@ -1044,3 +1048,3 @@ ]);

showPrivacyManager,
version: "13.9.0",
version: "13.10.0",
__isDisabled: isDisabled,

@@ -1047,0 +1051,0 @@ __enable: enable,

@@ -5,2 +5,3 @@ type VendorIDType = {

export declare const TCFV2VendorIDs: VendorIDType;
export declare const MiscVendorID: VendorIDType;
export declare const AusVendorIDs: VendorIDType;

@@ -7,0 +8,0 @@ export declare const VendorIDs: VendorIDType;

{
"name": "@guardian/consent-management-platform",
"version": "13.9.0",
"version": "13.10.0",
"description": "Consent management for *.theguardian.com.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/guardian/consent-management-platform.git",

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