From 1ec2cf1143434cf7dff4c1fc4ca487b8fda2d13c Mon Sep 17 00:00:00 2001 From: Youhei Nozaki Date: Wed, 5 Aug 2026 09:58:52 +0900 Subject: [PATCH] Add min-release-age to .npmrc for supply chain protection Prevent installing npm packages published within the last 7 days, complementing the existing Takumi Guard registry setting. Co-authored-by: Cursor --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index f243a17..c1dac10 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ +min-release-age=7 registry=https://npm.flatt.tech