Skip to content

Instantly share code, notes, and snippets.

@daliborgogic
Created May 16, 2020 10:32
Show Gist options
  • Save daliborgogic/d14661ab44db21addd5cc60d837a4162 to your computer and use it in GitHub Desktop.
Save daliborgogic/d14661ab44db21addd5cc60d837a4162 to your computer and use it in GitHub Desktop.
alias foo=npm audit --json | grep '"type":"auditAdvisory"' | jq -r '{(.data.advisory.module_name):.data.advisory.patched_versions}' | jq -s add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment