mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
5
.changeset/gold-tips-promise.md
Normal file
5
.changeset/gold-tips-promise.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-audit": patch
|
||||
---
|
||||
|
||||
Allow to set a custom registry through the `--registry` option, when running `pnpm audit` (#2689).
|
||||
@@ -36,6 +36,7 @@ export function cliOptionsTypes () {
|
||||
'only',
|
||||
'optional',
|
||||
'production',
|
||||
'registry',
|
||||
], allTypes),
|
||||
'audit-level': ['low', 'moderate', 'high', 'critical'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user