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
I suggest adding a release age policy option for deno update and deno outdated. This is expected to function as a fail-safe mechanism when npm or JSR dependencies contain packages compromised by supply chain attacks.
Due to the release of malicious versions in popular npm packages like nx, pnpm has added a minimumReleaseAge option:
The new setting is called minimumReleaseAge. It specifies the number of minutes that must pass after a version is published before pnpm will install it. For example, setting minimumReleaseAge: 1440 ensures that only packages released at least one day ago can be installed.