mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fe60eab99c
* test: enable e2e * test: improve setup * chore: update setup * test: publish on temp folder * chore: initial setup example * chore: add global install to pnpm * chore: update test script * test: add info command * chore: add install tests * chore: add debug enabled code * chore: update pnpm lock file |
||
---|---|---|
.. | ||
src | ||
tests | ||
.babelrc | ||
CHANGELOG.md | ||
jest.config.js | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.build.json | ||
tsconfig.json |
verdaccio-audit
🛡🔬 npmjs audit support for verdaccio
Requirements
- verdaccio@3.x or higher
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.