mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
15d5e969c4
* docs: improve pnpm development setup info in CONTRIBUTING.md * build: make dependency versions consistent in packages/* Updated to latest minor/patch versions; left major version unchanged for now Did not change react dependencies in ui-theme package Added .project file for Eclipse IDE users * revert: rollback @changesets dep versions & maintain kleur v3.0.3 |
||
---|---|---|
.. | ||
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.