npm-outdated-junit
v1.1.2
Published
A tool to parse the result of `npm outdated --json` to a JUnit XML for gitlab reporting.
Downloads
83
Readme
NPM Audit JUnit
A tool to parse the result of npm outdated --json
to a JUnit XML for gitlab reporting.
Usage
Add to you npm scripts:
{
"scripts": {
"ci:outdated": "npm outdated --json | npx npm-outdated-junit > npm-outdated.junit.xml"
}
}