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

@financial-times/ads-personalised-consent

Package Overview
Dependencies
Maintainers
10
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@financial-times/ads-personalised-consent - npm Package Compare versions

Comparing version 5.3.0-beta.2 to 5.3.0

14

dist/ads-personalised-consent.js

@@ -34,3 +34,3 @@ import { fetchLegislation } from '@financial-times/privacy-legislation-client';

programmatic: false,
permutive: false,
permutiveVendor: false,
all: false

@@ -109,3 +109,3 @@ };

programmatic: false,
permutive: false,
permutiveVendor: false,
all: false

@@ -119,3 +119,3 @@ };

programmatic: consentCookie.includes("programmaticadsOnsite:on"),
permutive: consentCookie.includes("permutiveadsOnsite:on"),
permutiveVendor: consentCookie.includes("permutiveadsOnsite:on"),
all: consentCookie.includes("behaviouraladsOnsite:on") && consentCookie.includes("demographicadsOnsite:on") && consentCookie.includes("programmaticadsOnsite:on")

@@ -168,3 +168,3 @@ };

programmatic: false,
permutive: false,
permutiveVendor: false,
all: false

@@ -178,5 +178,5 @@ };

programmatic,
permutive
permutiveVendor
} = this.consentCookie;
const all = behavioral && demographic && programmatic && permutive;
const all = behavioral && demographic && programmatic && permutiveVendor;
return {

@@ -186,3 +186,3 @@ behavioral,

programmatic,
permutive,
permutiveVendor,
all

@@ -189,0 +189,0 @@ };

@@ -22,3 +22,3 @@ {

},
"version": "5.3.0-beta.2"
"version": "5.3.0"
}

@@ -15,3 +15,3 @@ export type Legislation = Set<string> | undefined;

programmatic: boolean;
permutive: boolean;
permutiveVendor: boolean;
all: boolean;

@@ -18,0 +18,0 @@ };

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