Skip to content

Instantly share code, notes, and snippets.

@dannycroft
Created July 1, 2019 15:53
Show Gist options
  • Save dannycroft/a03ba41083453b7c54d48dff9ccc0476 to your computer and use it in GitHub Desktop.
Save dannycroft/a03ba41083453b7c54d48dff9ccc0476 to your computer and use it in GitHub Desktop.
Show only High severity problems with npm audit
npm audit | grep -B 1 -A 10 High
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment