Skip to content
Open
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
6 changes: 6 additions & 0 deletions strix/viewer/frontend/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Release-age cooldown: don't resolve a version until it's 6 days old, a guard
# against a freshly-compromised upstream. Gates npm install/update, not npm ci.
# Needs npm >= 11.10.0; engine-strict fails an older npm loudly rather than
# silently skipping the unrecognised key.
min-release-age=6
Comment thread
greptile-apps[bot] marked this conversation as resolved.
engine-strict=true
3 changes: 3 additions & 0 deletions strix/viewer/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"npm": ">=11.10.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down