bun pm audit (#19855)

This commit is contained in:
Alistair Smith
2025-05-23 22:31:12 -07:00
committed by GitHub
parent 76f6574729
commit 9e329ee605
21 changed files with 2302 additions and 8 deletions

View File

@@ -95,6 +95,14 @@ To print the hash stored in the current lockfile:
$ bun pm hash-print
```
## audit
To run a security audit for packages in bun.lock or bun.lockb
```bash
$ bun pm audit
```
## cache
To print the path to Bun's global module cache: