Files

6 lines
309 B
Plaintext
Raw Permalink Normal View History

2026-07-13 13:02:23 +00:00
# Refuse to install package versions published less than 7 days (10080 minutes)
# ago, reducing exposure to freshly compromised or malicious releases.
# Honoured by pnpm and bun; npm currently has no native support and ignores it,
# so this is harmless today and forward-compatible.
minimum-release-age=10080