A summary-style formatter for Node Security Project (nsp) that outputs results using Remarkup table syntax, designed for use with Phabricator. Version 1.0.3 is the latest stable release, published in 2016. This package is a niche plugin for nsp (now deprecated), providing a specific output format. No longer developed as nsp has been superseded by @npmcli/arborist and npm audit.
npm install nsp-formatter-remarkupNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
This shows how to use nsp-formatter-remarkup with the nsp package to check vulnerabilities and format output in Remarkup table syntax.
Use npm audit with a custom formatter or switch to @npmcli/arborist.
Use const formatter = require('nsp-formatter-remarkup');Avoid using this package; use an up-to-date alternative.
npm install nsp-formatter-remarkup
Use require() instead of import.