verdaccio / verdaccio-audit

🛡🔬verdaccio plugin for npm audit support

Home Page:https://www.verdaccio.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated repository

This repository has been moved to a monorepo you can find in verdaccio/monorepo. This package is located in plugins/audit folder


verdaccio-audit

🛡🔬 npmjs audit support for verdaccio

verdaccio (latest) Known Vulnerabilities backers discord MIT node

Requirements

 npm install --global verdaccio-audit

Usage

To enable it you need to add this to your configuration file.

middlewares:
  audit:
    enabled: true
    strict_ssl: true # optional, defaults to true

Strict SSL

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.

Disclaimer

This plugin is experimental and unstable. Please report any issue you found.

License

MIT (http://www.opensource.org/licenses/mit-license.php)

About

🛡🔬verdaccio plugin for npm audit support

https://www.verdaccio.org/

License:MIT License


Languages

Language:TypeScript 83.5%Language:JavaScript 9.0%Language:Shell 7.4%