feat: Add support for active scanning in paranoid mode (#31)

* feat: Add support for active scanning in paranoid mode

* docs: Fix README
This commit is contained in:
Abhisek Datta
2025-05-16 19:38:06 +05:30
committed by GitHub
parent 81d4875b8d
commit b85f77cfbc
6 changed files with 167 additions and 6 deletions
+11 -1
View File
@@ -56,11 +56,12 @@ pnpm add <package-name>
- [🔥 Features](#-features)
- [Supported Package Managers](#supported-package-managers)
- [Installation](#installation)
- [Homebrew](#homebrew)
- [Homebrew](#homebrew)
- [Binaries](#binaries)
- [Build from Source](#build-from-source)
- [Usage](#usage)
- [Silent Mode](#silent-mode)
- [Dry Run](#dry-run)
- [Verbose Mode](#verbose-mode)
- [Debugging](#debugging)
- [🤝 Contributing](#-contributing)
@@ -145,6 +146,15 @@ Use the `--silent` flag to run PMG in silent mode:
pmg --silent npm install <package-name>
```
### Dry Run
Use the `--dry-run` flag to skip actual package installation. When enabled `pmg` will not execute
package manager commands. Useful for checking packages and their transitive dependencies for malware.
```bash
pmg --dry-run npm install <package-name>
```
### Verbose Mode
Use the `--verbose` flag to run PMG in verbose mode: