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

@financial-times/ads-display

Package Overview
Dependencies
Maintainers
18
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@financial-times/ads-display - npm Package Compare versions

Comparing version 1.4.0-beta.7 to 1.4.0-beta.8

__mocks__/@financial-times/ads-legacy-o-ads.js

2

dist/client.js
import { getRootID } from '@financial-times/o-tracking/dist/javascript/core.js';
import oAds from '@financial-times/o-ads';
import oAds from '@financial-times/ads-legacy-o-ads';
import { i as isPlainObject, c as calculateViewportMargin, f as formatUserData, a as formatArticleData, b as formatSmartmatchData, p as perfMark } from './adsData-20d371f9.js';

@@ -4,0 +4,0 @@ export { a as formatArticleData, b as formatSmartmatchData, f as formatUserData, g as getAdsData } from './adsData-20d371f9.js';

{
"name": "@financial-times/ads-display",
"version": "1.4.0-beta.7",
"version": "1.4.0-beta.8",
"description": "Bring ads to your page with the FT specific o-ads configuration",

@@ -41,6 +41,6 @@ "browser": "dist/client.js",

"dependencies": {
"@financial-times/ads-permutive": "^1.4.0-beta.7",
"@financial-times/n-tracking": "^4.0.0",
"@financial-times/o-ads": "^19.0.0",
"@financial-times/o-tracking": "^3.0.0",
"@financial-times/ads-permutive": "^1.4.0-beta.8",
"@financial-times/n-tracking": "1.4.0",
"@financial-times/ads-legacy-o-ads": "^1.4.0-beta.8",
"@financial-times/o-tracking": "^2.0.3",
"@financial-times/privacy-us-privacy": "^1.0.0"

@@ -71,6 +71,3 @@ },

"react-dom": "^16.12.0"
},
"jest": {
"transformIgnorePatterns": []
}
}

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

# @financial-times/ads-display [![CircleCI](https://circleci.com/gh/Financial-Times/advertising/tree/master.svg?style=svg&circle-token=ff0caeb981693cbbbab6b70ab0ac99c9314bfc4f)](https://circleci.com/gh/Financial-Times/advertising/tree/master)
# @financial-times/ads-display [![CircleCI](https://circleci.com/gh/Financial-Times/ads-display/tree/master.svg?style=svg&circle-token=ff0caeb981693cbbbab6b70ab0ac99c9314bfc4f)](https://circleci.com/gh/Financial-Times/ads-display/tree/master)

@@ -182,3 +182,3 @@ This package provides functionality to display ads and track user behaviour for ft.com.

abTestState
targeting: adsData.metadata, // for all pages on ft.com
targeting: adsData.targeting, // for all pages on ft.com
adUnit: adsData.adUnit, // for article or stream pages

@@ -222,3 +222,3 @@ smartmatch: adsData.smartmatch // for article pages

rootId: getRootId(),
targeting: adsData.metadata,
targeting: adsData.targeting,
adUnit: adsData.adUnit,

@@ -280,3 +280,3 @@ smartmatch: adsData.smartmatch

Permutive is a behaviour tracking tool that is used to segment people based on their activity on the site. See [adsPermutive](https://github.com/Financial-Times/advertising/tree/main/packages/permutive) for more details. It is proxied here by ads-display for convenience. Here's an example:
Permutive is a behaviour tracking tool that is used to segment people based on their activity on the site. See [adsPermutive](https://github.com/Financial-Times/advertising/tree/master/packages/permutive) for more details. It is proxied here by ads-display for convenience. Here's an example:

@@ -447,3 +447,3 @@ ## Basic example

Exposes all the public functions from [adsPermutive](https://github.com/Financial-Times/advertising/tree/main/packages/permutive)
Exposes all the public functions from [adsPermutive](https://github.com/Financial-Times/advertising/tree/master/packages/permutive)

@@ -540,2 +540,2 @@

In order to release a new version please refer to the [page-kit release guidelines](https://github.com/Financial-Times/dotcom-page-kit/blob/HEAD/release-guidelines.md)
In order to release a new version please refer to the [page-kit release guidelines](https://github.com/Financial-Times/dotcom-page-kit/blob/master/release-guidelines.md)
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