Verifies that installed packages match the lockfile.
Checks version consistency, integrity hashes, and completeness of the node_modules directory against the lockfile.
Summary
Functions
Verifies installed packages against a lockfile.
Checks if the installation is clean (no issues).
Formats an issue for display.
Returns a summary of verification results.
Types
Functions
Verifies installed packages against a lockfile.
Returns a list of issues found.
Checks if the installation is clean (no issues).
Formats an issue for display.
@spec summary([issue()]) :: %{ total: non_neg_integer(), missing: non_neg_integer(), mismatched: non_neg_integer(), extraneous: non_neg_integer() }
Returns a summary of verification results.