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

@financial-times/o-ads

Package Overview
Dependencies
Maintainers
18
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 13.4.0 to 13.4.1

6

dist/js/ad-servers/gpt.js

@@ -556,3 +556,7 @@ "use strict";

function hasGPTLoaded() {
return window.googletag && window.googletag.apiReady;
if (window.googletag && window.googletag.apiReady) {
return true;
} else {
return false;
}
}

@@ -559,0 +563,0 @@

2

dist/js/version.js
"use strict";
// generated by genversion
module.exports = '13.4.0';
module.exports = '13.4.1';

@@ -28,3 +28,3 @@ {

"name": "@financial-times/o-ads",
"version": "13.4.0",
"version": "13.4.1",
"dependencies": {

@@ -31,0 +31,0 @@ "ftdomdelegate": ">=2.2.0 <4.0.0",

@@ -515,3 +515,7 @@ /*globals googletag: true */

function hasGPTLoaded () {
return window.googletag && window.googletag.apiReady;
if (window.googletag && window.googletag.apiReady) {
return true;
} else {
return false;
}
}

@@ -518,0 +522,0 @@

// generated by genversion
module.exports = '13.4.0';
module.exports = '13.4.1';
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