79810116

Date: 2025-11-05 13:36:57
Score: 1
Natty:
Report link

These days, you can use npm audit with flags to filter.

npm audit --audit-level=(low|moderate|high|critical)

This comes from their docs page: https://docs.npmjs.com/cli/v7/commands/npm-audit

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MitchB