mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-12 18:49:41 -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',
|
'only',
|
||||||
'optional',
|
'optional',
|
||||||
'production',
|
'production',
|
||||||
|
'registry',
|
||||||
], allTypes),
|
], allTypes),
|
||||||
'audit-level': ['low', 'moderate', 'high', 'critical'],
|
'audit-level': ['low', 'moderate', 'high', 'critical'],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user