Socket
Book a DemoInstallSign in
Socket

@iabtechlabtcf/stub

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iabtechlabtcf/stub

CMP API Stub code

latest
Source
npmnpm
Version
1.5.18
Version published
Maintainers
2
Created
Source

NPM version npm module downloads per month InteractiveAdvertisingBureau

@iabtechlabtcf/stub

Cmp API Stub code. Maybe included in commonjs loader or dropped directly on the page.

Installation

npm

npm install @iabtechlabtcf/stub

yarn

yarn add @iabtechlabtcf/stub

Using

include via module loading
import * as cmpstub from '@iabtechlabtcf/stub';

or

const cmpstub = require('@iabtechlabtcf/stub');

then execute:

cmpstub();

this should generate the __tcfapi() window function with the queing functionality.

to drop on a page
git clone https://github.com/InteractiveAdvertisingBureau/iabtechlabtcf-es.git

cd iabtechlabtcf-es/modules/stub/

yarn // or npm install

yarn build // or npm run build

Built stub will be output to ./lib

Getting queue of commands
const queue = __tcfapi();
console.log(queue); // [ ['command', 2, callback], ...]

Keywords

interactive

FAQs

Package last updated on 16 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts