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 18.1.0 to 18.2.0

4

dist/js/slot.js

@@ -157,3 +157,5 @@ "use strict";

this.outer = this.addContainer(container, {
'class': 'o-ads__outer'
'class': 'o-ads__outer',
'aria-hidden': 'true',
'tabindex': '-1'
});

@@ -160,0 +162,0 @@ this.inner = this.addContainer(this.outer, {

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

"name": "@financial-times/o-ads",
"version": "18.1.0",
"version": "18.2.0",
"dependencies": {

@@ -31,0 +31,0 @@ "@financial-times/o-viewport": "^4.0.0",

@@ -147,3 +147,5 @@ import utils from './utils';

this.outer = this.addContainer(container, {
'class': 'o-ads__outer'
'class': 'o-ads__outer',
'aria-hidden': 'true',
'tabindex': '-1'
});

@@ -150,0 +152,0 @@ this.inner = this.addContainer(this.outer, {

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