@financial-times/ads-moat-integration
Advanced tools
Comparing version 4.1.0 to 4.2.0
{ | ||
"name": "@financial-times/ads-moat-integration", | ||
"homepage": "https://github.com/Financial-Times/advertising#readme", | ||
"type": "module", | ||
"main": "dist/ads-moat-integration.js", | ||
"version": "4.2.0", | ||
"description": "", | ||
"module": "dist/ads-moat-integration.es.js", | ||
"main": "dist/ads-moat-integration.umd.js", | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"jest-fetch-mock": "^3.0.3" | ||
"@babel/core": "7.15.0", | ||
"@babel/plugin-proposal-optional-chaining": "7.14.5", | ||
"@babel/plugin-transform-react-jsx": "7.14.9", | ||
"@babel/preset-env": "7.15.0", | ||
"@rollup/plugin-babel": "5.3.0", | ||
"@rollup/plugin-node-resolve": "13.0.4", | ||
"jest": "26.6.3", | ||
"jest-fetch-mock": "^3.0.3", | ||
"rollup": "2.56.3" | ||
}, | ||
"scripts": { | ||
"clean": "rm -rf ./dist", | ||
"rollup": "rollup -c", | ||
"build": "run-s clean rollup" | ||
}, | ||
"version": "4.1.0" | ||
"test": "jest --colors", | ||
"dev": "NODE_ENV=development rollup -c", | ||
"build": "npm run clean && rollup -c" | ||
} | ||
} |
@@ -1,4 +0,27 @@ | ||
import { getRollupConfig } from "../../config/rollup.config.base"; | ||
import resolve from "@rollup/plugin-node-resolve"; | ||
import babel from "@rollup/plugin-babel"; | ||
import pkg from "./package.json"; | ||
export default getRollupConfig({ pkg, input: "src/index.js" }); | ||
const config = { | ||
input: "src/index.js", | ||
plugins: [resolve(), babel({ babelHelpers: "bundled" })], | ||
}; | ||
export default [ | ||
{ | ||
...config, | ||
output: { | ||
file: pkg.main, | ||
format: "cjs", | ||
exports: "named", | ||
}, | ||
}, | ||
{ | ||
...config, | ||
output: { | ||
file: pkg.module, | ||
format: "es", | ||
}, | ||
}, | ||
]; |
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 License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
17509
8
0
447
9
No