feat(home/js): deploy ~/.npmrc and ~/.bunfig.toml everywhere

New metacfg.cli-apps.js module (enabled by default) pins minimum
release ages for npm and bun across all home configurations, so the
mitigation against newly published malicious packages applies
uniformly rather than living as untracked dotfiles on one machine.
This commit is contained in:
Harald Hoyer 2026-05-15 08:41:47 +02:00
parent 38d2d4f4ae
commit b5ae777a4a
3 changed files with 26 additions and 0 deletions

3
config/js/npmrc Normal file
View file

@ -0,0 +1,3 @@
min-release-age=7
minimum-release-age=10080
save-exact=true