Lines Matching refs:report
15 const npmAuditReport = require('npm-audit-report')
30 // set the exitCode properly from the audit report, if we have one.
126 // if we're running `npm audit fix`, then we print the full audit report
129 // report. if we get here, we know it's not quiet or json.
130 // If the loglevel is silent, then we just run the report
132 const printAuditReport = (npm, report) => {
133 const res = getAuditReport(npm, report)
134 if (!res || !res.report) {
137 npm.output(`\n${res.report}`)
140 const getAuditReport = (npm, report) => {
141 if (!report) {
146 // going to just JSON.stringify() the report object.
154 const res = npmAuditReport(report, {