You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm-fw cache-clean command — clears the advisory cache from disk and from the running daemon's in-memory state. If the daemon is running, it reloads afterward so subsequent requests re-fetch fresh advisory data.
Fixes
Advisory checks now correctly consider the package version's semver range. Previously, advisories flagged against a package could incorrectly apply to versions outside the affected range, potentially blocking non-vulnerable versions. Now only advisories whose vulnerable_versions range actually covers the requested version are reported.