Socket
Socket
Sign inDemoInstall

@schibsted/niche-ads

Package Overview
Dependencies
Maintainers
8
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schibsted/niche-ads - npm Package Compare versions

Comparing version 5.3.0 to 5.3.1

1

lib/Ads.d.ts

@@ -39,2 +39,3 @@ import type { AdsConfig, Device, EidsConfig, GlimrConfig, LoadAdsArguments, Placement, PlacementConfig, Ppids, WallpaperConfig, invCodeBuilderSignature } from './types';

prebidConfig: any;
injectPrebidConfig: any;
};

@@ -41,0 +42,0 @@ });

8

lib/Ads.js

@@ -93,6 +93,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

this._setHeaderBiddingEids = () => {
var _a, _b, _c;
var _a, _b, _c, _d;
if ((_a = window.relevantDigital) === null || _a === void 0 ? void 0 : _a.addPrebidConfig) {
window.relevantDigital.addPrebidConfig({
userSync: {
window.relevantDigital.addPrebidConfig(Object.assign({ userSync: {
userIds: [

@@ -131,4 +130,3 @@ {

],
},
});
} }, (_d = this._headerBidding) === null || _d === void 0 ? void 0 : _d.injectPrebidConfig));
}

@@ -135,0 +133,0 @@ };

{
"name": "@schibsted/niche-ads",
"version": "5.3.0",
"version": "5.3.1",
"description": "Package containing ads logic reappearing across our projects",

@@ -30,3 +30,3 @@ "main": "lib/index.js",

},
"gitHead": "66f46f12e40f983ac830b74a03634962eda22bd3"
"gitHead": "f96689f2cab8a5515b7105ab7ac54c38f28eb350"
}

@@ -115,2 +115,3 @@ import { script, eventTarget } from '@schibsted/niche-utils';

prebidConfig: any;
injectPrebidConfig: any;
};

@@ -158,2 +159,3 @@

prebidConfig: any;
injectPrebidConfig: any;
};

@@ -242,2 +244,3 @@ }) {

},
...this._headerBidding?.injectPrebidConfig,
});

@@ -244,0 +247,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