Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Security: Enforce a 1-day cooldown before installing newly published packages
# This helps prevent supply chain attacks by giving the community time to identify malicious releases
# Value is in minutes (1440 = 24 hours)
minimum-release-age=1440
# Temporarily drop for minimatch fix
minimum-release-age=720

# We are pinning the purchases-ui-js version that we are developing.
# We can exclude it from the minimum-release-age check.
Expand Down
Loading