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
9
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 4.1.0 to 4.2.0

dist/ads-display.cjs.js

73

package.json
{
"name": "@financial-times/ads-display",
"homepage": "https://github.com/Financial-Times/advertising#readme",
"type": "module",
"main": "dist/ads-display.js",
"version": "4.2.0",
"description": "Bring ads to your page with the FT specific o-ads configuration",
"repository": {
"type": "git",
"url": "git+https://github.com/financial-times/advertising.git"
},
"keywords": [
"ads",
"o-ads",
"frontend"
],
"author": "Financial Times",
"license": "MIT",
"bugs": {
"url": "https://github.com/financial-times/ads-display/issues"
},
"homepage": "https://github.com/financial-times/ads-display#readme",
"lint-staged": {
"**/*.{js,jsx}": [
"npm run prettier",
"npm run lint -- --fix",
"git add"
]
},
"main": "dist/ads-display.cjs.js",
"module": "dist/ads-display.esm.js",
"files": [

@@ -11,4 +34,6 @@ "dist/",

"exports": {
".": "./dist/ads-display.js",
"./main.scss": "./dist/main.scss"
".": {
"import": "./dist/ads-display.esm.js",
"require": "./dist/ads-display.cjs.js"
}
},

@@ -25,10 +50,36 @@ "dependencies": {

},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.4.5",
"browser-resolve": "^2.0.0",
"eslint": "^7.0.0",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-react": "^7.19.0",
"jest": "^26.0.0",
"jest-fetch-mock": "^3.0.3",
"lint-staged": "^10.0.0",
"prettier": "2.2.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"regenerator-runtime": "^0.13.7"
},
"peerDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"scripts": {
"lint": "eslint . --ext .js,.jsx",
"prettier": "prettier --write '**/*.{js,jsx,json}'",
"copy:scss": "cp src/client/main.scss ./main.scss",
"clean": "rm -rf ./dist",
"rollup": "rollup -c",
"copy:dist": "cp ./src/client/main.scss ./dist/main.scss",
"copy:tmp": "cp ./src/client/main.scss ./main.scss",
"build": "run-s clean rollup copy:*"
},
"version": "4.1.0"
"test": "jest --colors",
"dev": "NODE_ENV=development rollup -c",
"build": "npm run clean && rollup -c && npm run copy:scss",
"certs": "source ./scripts/demo.sh && certs",
"demo": "source ./scripts/demo.sh && demo",
"demo-https": "source ./scripts/demo.sh && demo_https"
}
}
dist/ads-display.js
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