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
15
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 11.0.1 to 11.0.2

13

dist/.eslintrc.json
{
"rules": {
"valid-jsdoc": 0,
"no-prototype-builtins": 0
}
"rules": {
"valid-jsdoc": 0,
"no-prototype-builtins": 0,
"parserOptions": {
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
}
}
}

@@ -12,3 +12,3 @@ "use strict";

var _domDelegate = require("dom-delegate");
var _ftdomdelegate = _interopRequireDefault(require("ftdomdelegate"));

@@ -181,3 +181,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

window.addEventListener('load', function () {
const delEvnt = new _domDelegate.Delegate(document.body);
const delEvnt = new _ftdomdelegate.default(document.body);

@@ -184,0 +184,0 @@ for (const kEvnt in config) {

@@ -26,5 +26,5 @@ {

"name": "@financial-times/o-ads",
"version": "11.0.1",
"version": "11.0.2",
"dependencies": {
"dom-delegate": "^2.0.3",
"ftdomdelegate": ">=2.2.0 <4.0.0",
"@financial-times/o-viewport": ">=1.5.0 < 4",

@@ -38,10 +38,11 @@ "@financial-times/o-grid": "^4.0.0",

"demo-server": "obt demo --runServer --port=3002",
"nightwatch-bs": "node ./test/nightwatch/config/nightwatch-local.js -c ./test/nightwatch/config/nightwatch.conf.js",
"test": "npm run test-unit && npm run test-cy:run && npm run test-browser-basic && npm run test-browser-extended && npm run test-browser-gecko-temp",
"nightwatch-bs": "node ./test/nightwatch/config/nightwatch-local.js -c ./test/nightwatch/config/nightwatch.conf.bs.js",
"test": "npm run test-unit && npm run test-cy:run && npm run test-nightwatch",
"test-unit": "karma start karma.conf.js --single-run",
"test-cy:run": "cypress run -r spec --record false",
"test-cy:open": "cypress open",
"test-browser": "npm run test-browser-basic && npm run test-browser-extended",
"test-browser-basic": "npm run nightwatch-bs -- --group basic --env chrome,edge,galaxy_s8",
"test-browser-extended": "npm run nightwatch-bs -- --group extended --env chrome",
"test-nw": "npm run test-nw:basic && npm run test-nw:extended",
"test-nw:local": "nightwatch -c ./test/nightwatch/config/nightwatch.conf.local.js",
"test-nw:basic": "npm run nightwatch-bs -- --group basic --env chrome,edge,galaxy_s8",
"test-nw:extended": "npm run nightwatch-bs -- --group extended --env chrome",
"coverage": "export COVERAGE=true && karma start && unset COVERAGE",

@@ -65,4 +66,5 @@ "ci": "export COVERAGE=true && export CI=true && karma start && unset COVERAGE && unset CI",

"dotenv": "^6.1.0",
"eslint": "^5.9.0",
"eslint": "^5.16.0",
"fetch-mock": "^5.1.1",
"geckodriver": "^1.16.1",
"genversion": "^2.1.0",

@@ -79,3 +81,3 @@ "isomorphic-fetch": "^2.0.0",

"karma-webpack": "^3.0.5",
"nightwatch": "^0.9.21",
"nightwatch": "^1.0.19",
"origami-build-tools": "^8.0.0",

@@ -85,3 +87,3 @@ "pre-git": "^3.17.1",

"release-it": "^7.6.1",
"snyk": "^1.110.2",
"snyk": "^1.149.0",
"watchify": "^3.11.0",

@@ -88,0 +90,0 @@ "webpack": "^4.26.1"

{
"rules": {
"valid-jsdoc": 0,
"no-prototype-builtins": 0
}
"rules": {
"valid-jsdoc": 0,
"no-prototype-builtins": 0,
"parserOptions": {
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
}
}
}
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