We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yarn audit report:
yarn audit
npx audit-ci -m report:
npx audit-ci -m
The form of table report is more intuitive and clear. I think the --report-type option can privide a table choice to implement this.
--report-type
table
The text was updated successfully, but these errors were encountered:
Thanks for filing this feature request 😄 I am open to improved reporting types and agree that the table format is more readable.
Here is Yarn's implementation of the console reporter: https://github.com/yarnpkg/yarn/blob/master/src/reporters/console/console-reporter.js
Underneath the hood, Yarn uses cli-table3.
cli-table3
Sorry, something went wrong.
No branches or pull requests
yarn audit
report:npx audit-ci -m
report:The form of table report is more intuitive and clear.
I think the
--report-type
option can privide atable
choice to implement this.The text was updated successfully, but these errors were encountered: