1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

Merge pull request #704 from verdaccio/feature-audit

feat: support for npm audit fix #689
This commit is contained in:
Juan Picado @jotadeveloper 2018-05-23 06:50:05 +02:00 committed by GitHub
commit ac5f99c362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 0 deletions

@ -163,6 +163,10 @@ Verdaccio aims to support all features of a standard npm client that make sense
- Starring (npm star, npm unstar) - not supported, doesn't make sense in private registry
- Ping (npm ping) - **supported**
### Security
- npm audit - **supported**
## FAQ / Contact / Troubleshoot
If you have any issue you can try the following options, do no desist to ask or check our issues database, perhaps someone has asked already what you are looking for.

@ -43,6 +43,11 @@ packages:
# if package is not available locally, proxy requests to 'npmjs' registry
proxy: npmjs
# To use `npm audit` uncomment the following section
#middlewares:
# audit:
# enabled: true
# log settings
logs:
- {type: stdout, format: pretty, level: http}

@ -16,6 +16,11 @@ auth:
# You can set this to -1 to disable registration.
#max_users: 1000
# Experimental built-in middlewares
#middlewares:
# audit:
# enabled: true
# a list of other known repositories we can talk to
uplinks:
npmjs:

@ -45,6 +45,7 @@
"pkginfo": "0.4.1",
"request": "2.85.0",
"semver": "5.5.0",
"verdaccio-audit": "0.0.3",
"verdaccio-htpasswd": "0.2.2"
},
"devDependencies": {

BIN
yarn.lock

Binary file not shown.