This repository has been moved to a monorepo you can find in verdaccio/monorepo. This package is located in plugins/audit
folder
🛡🔬 npmjs audit support for verdaccio
- verdaccio@3.x or higher
npm install --global verdaccio-audit
To enable it you need to add this to your configuration file.
middlewares:
audit:
enabled: true
strict_ssl: true # optional, defaults to true
In some scenarios it may be necessary to disable SSL certificate validation. Setting strict_ssl to false will disable these checks, but will make all connections passing through this plugin inherently insecure.
This plugin is experimental and unstable. Please report any issue you found.