Fix Command
The fix command applies fixes from a previous analysis without re-running the analysis.Usage
Options
| Option | Description |
|---|---|
--path <dir> | Project directory (default: current) |
How It Works
Session Caching
When you runnpx depfixer and complete the payment but don’t apply fixes, the session is saved:
Applying Fixes Later
Hash Verification
DepFixer verifies yourpackage.json hasn’t changed since the analysis:
Session File Structure
The session is stored in.depfixer/session.json:
Use Cases
Deferred Fixes
- Run analysis during work hours
- Review changes with team
- Apply fixes during maintenance window