-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
v2.0 #39
Conversation
Hey @alertme-edwin, I'm happy to present this next version to you that takes the suggestions you given in the past and made a few improvements too! Feel free to test this out and let me know what you think! |
I've just been trying out version The output is now really succinct and readable, which should help new users to instantly see the benefit of this tool. If I can just offer a small correction, the string:
would perhaps be better if worded like this instead:
with "They can" being used if there is more than one. |
@alertme-edwin Glad to hear that! Thanks for the wording suggestion, let me add it in now 👍🏻 |
You can install it by
npm install better-npm-audit@next
Notable changes
table
module to display summaries (Initially usedcli-table
for its small size, however the issues in the repo concerns me in its display quality in other OS. Hence, chosentable
module despite its package size is much bigger).nsprc
fileBreaking changes
--ignore -i
flag to--exclude -x
for better clarity.--display-full
flag that was used to ignore the maximum display limit. Now with the summary table it would be unlikely to display large size of information.--display-notes
flag that was used for displaying exception notes. Now it is included in the exceptions table.ignore
field toactive
in.nsprc
file for better clarity.reason
field tonotes
in.nsprc
file for better clarity.Others
.github/FUNDING.yml
README.md
Closed issues