Skip to content
Open
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
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
min-release-age=7

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use a cooldown setting supported by npm

Whenever scripts/mock invokes npm exec, npm ignores this setting: with npm 11.4.2, npm config ls -l emits Unknown project config "min-release-age", and the npm v11 configuration reference documents no such option (its related before option accepts a fixed date). Consequently, the pinned Steady CLI's transitive dependencies are still resolved without the intended seven-day gate, so this change provides none of the stated supply-chain protection.

AGENTS.md reference: AGENTS.md:L24-L26

Useful? React with 👍 / 👎.

Loading