Socket
Socket
Sign inDemoInstall

@usercentrics/cmp-browser-sdk

Package Overview
Dependencies
7
Maintainers
24
Versions
194
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.33.0 to 4.33.1

dist/ButtonsCustomization-c6faa5e4.js

2

dist/index.js

@@ -1,1 +0,1 @@

export{e as API_COMMANDS,ar as BUTTON_ALIGNMENT,az as CLOSE_OPTION,aP as CONSENT_ACTION,aQ as CONSENT_TYPE,aA as Core,aq as DPS_DISPLAY_FORMAT,aS as FIRST_LAYER_VARIANT,aV as SECOND_LAYER_SIDE,av as SECOND_LAYER_TRIGGER,aT as SECOND_LAYER_VARIANT,aW as TCF_DECISION_UI_LAYER,aU as THEME,aR as TRACKING_EVENT_TYPE,aB as UI_LAYER,aC as UI_VARIANT,ay as default,aD as isCcpaData,aE as isCcpaLabels,aF as isCcpaUI,aG as isDefaultData,aH as isDefaultLabels,aI as isDefaultUI,aL as isNotPrivacyButtonLabels,aK as isPrivacyButtonLabels,aJ as isPrivacyButtonUI,aM as isTcfData,aN as isTcfLabels,aO as isTcfUI}from"./index-cc780e0a.js";
export{e as API_COMMANDS,ar as BUTTON_ALIGNMENT,az as CLOSE_OPTION,aP as CONSENT_ACTION,aQ as CONSENT_TYPE,aA as Core,aq as DPS_DISPLAY_FORMAT,aS as FIRST_LAYER_VARIANT,aV as SECOND_LAYER_SIDE,av as SECOND_LAYER_TRIGGER,aT as SECOND_LAYER_VARIANT,aW as TCF_DECISION_UI_LAYER,aU as THEME,aR as TRACKING_EVENT_TYPE,aB as UI_LAYER,aC as UI_VARIANT,ay as default,aD as isCcpaData,aE as isCcpaLabels,aF as isCcpaUI,aG as isDefaultData,aH as isDefaultLabels,aI as isDefaultUI,aL as isNotPrivacyButtonLabels,aK as isPrivacyButtonLabels,aJ as isPrivacyButtonUI,aM as isTcfData,aN as isTcfLabels,aO as isTcfUI}from"./index-693b51fb.js";

@@ -10,2 +10,3 @@ import { AcmVendor, TcfData as TcfSettingsData } from './interfaces';

declare class Tcf extends DefaultData implements TcfSettingsData {
gcmEnabled: boolean;
acmEnabled: boolean;

@@ -12,0 +13,0 @@ acmVendorIds: number[];

@@ -203,2 +203,3 @@ import { AriaLabelsTranslation, ServiceLegalBasis } from '../../Api/interfaces';

dataRetention: string;
dataRetentionUnit: string;
features: string;

@@ -205,0 +206,0 @@ legitimateInterest: string;

{
"name": "@usercentrics/cmp-browser-sdk",
"version": "4.33.0",
"version": "4.33.1",
"tcfCmpVersion": "3",
"author": "Usercentrics GmbH",
"description": "Usercentrics CMP Browser SDK",
"homepage": "https://docs.usercentrics.com/cmp_browser_sdk/4.33.0/index.html",
"homepage": "https://docs.usercentrics.com/cmp_browser_sdk/4.33.1/index.html",
"license": "SEE LICENSE IN LICENSE.md",

@@ -9,0 +9,0 @@ "main": "dist/index.js",

@@ -43,3 +43,3 @@ # Usercentrics CMP Browser SDK

The constructor also supports an optional [Options](https://docs.usercentrics.com/cmp_browser_sdk/4.33.0/interfaces/InitOptions.html) parameter.
The constructor also supports an optional [Options](https://docs.usercentrics.com/cmp_browser_sdk/4.33.1/interfaces/InitOptions.html) parameter.

@@ -131,3 +131,3 @@ ## Geolocation initialization

The constructor also supports an optional [Options](https://docs.usercentrics.com/cmp_browser_sdk/4.33.0/interfaces/InitOptions.html) parameter.
The constructor also supports an optional [Options](https://docs.usercentrics.com/cmp_browser_sdk/4.33.1/interfaces/InitOptions.html) parameter.

@@ -233,3 +233,3 @@ For TCF, the `createTcfApiStub` option needs to be set to true in order for the \_\_tcfapi queue to initialize right away (we cannot wait for the settings request to finish).

- `getServicesBaseInfo` retrieve all services with their base information, without fetching the aggregator.
- Returns [BaseService](https://docs.usercentrics.com/cmp_browser_sdk/4.33.0/interfaces/BaseService.html)[]
- Returns [BaseService](https://docs.usercentrics.com/cmp_browser_sdk/4.33.1/interfaces/BaseService.html)[]

@@ -244,3 +244,3 @@ ```js

- `getServicesFullInfo` retrieves all services with their complete information, fetching the aggregator if necessary.
- Returns Promise<[Service](https://docs.usercentrics.com/cmp_browser_sdk/4.33.0/modules.html#service)[]>
- Returns Promise<[Service](https://docs.usercentrics.com/cmp_browser_sdk/4.33.1/modules.html#service)[]>

@@ -261,3 +261,3 @@ ```js

- `getCategoriesBaseInfo` retrieves the categories and their base services info to display this information in your UI.
- Returns [BaseCategory](https://docs.usercentrics.com/cmp_browser_sdk/4.33.0/interfaces/BaseCategory.html)[]
- Returns [BaseCategory](https://docs.usercentrics.com/cmp_browser_sdk/4.33.1/interfaces/BaseCategory.html)[]

@@ -272,3 +272,3 @@ ```js

- `getCategoriesFullInfo` retrieves the categories and their full services info to display this information in your UI.
- Returns Promise<[Category](https://docs.usercentrics.com/cmp_browser_sdk/4.33.0/interfaces/Category.html)[]>
- Returns Promise<[Category](https://docs.usercentrics.com/cmp_browser_sdk/4.33.1/interfaces/Category.html)[]>

@@ -328,3 +328,3 @@ ```js

```html
<script src="https://app.usercentrics.eu/browser-sdk/4.33.0/bundle.js"></script>
<script src="https://app.usercentrics.eu/browser-sdk/4.33.1/bundle.js"></script>
```

@@ -360,3 +360,3 @@

**NOTE**: If you need Internet Explorer 11 support, you can point the `src` attribute to `https://app.usercentrics.eu/browser-sdk/4.33.0/bundle_legacy.js`.
**NOTE**: If you need Internet Explorer 11 support, you can point the `src` attribute to `https://app.usercentrics.eu/browser-sdk/4.33.1/bundle_legacy.js`.

@@ -371,2 +371,2 @@ ## Considerations for building your custom TCF v2.0 UI

Documentation can be found on our [documentation website](https://docs.usercentrics.com/cmp_browser_sdk/4.33.0/index.html).
Documentation can be found on our [documentation website](https://docs.usercentrics.com/cmp_browser_sdk/4.33.1/index.html).

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc