From NPM -v 8.18 use
npm audit | grep -E "(high | critical)" -B3 -A10
or
Use the Following Package to get the HTML GUI
npm install -g audit-export npm audit --json | audit-export