@financial-times/ads-display
Advanced tools
Comparing version 4.1.0 to 4.2.0
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
71009
0
1582
1
0
10
16
5
No