aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-05-21 17:30:44 +0200
committerThomas Schmucker <ts@its1.de>2026-05-21 17:30:44 +0200
commit416c2408d7eb5dee290c4c5d59c0c0662f157e4d (patch)
tree22a2615599a471aa7780d4edcbbd3d96b48abb48
parent050b62bd8c9bab7344fbc84b5e692dc52973d889 (diff)
downloaddotfiles-416c2408d7eb5dee290c4c5d59c0c0662f157e4d.tar.gz
dotfiles-416c2408d7eb5dee290c4c5d59c0c0662f157e4d.tar.bz2
dotfiles-416c2408d7eb5dee290c4c5d59c0c0662f157e4d.zip
npm: Besseren Schutz vor 'Supply-Chain-Attacks'
-rw-r--r--npm/npmrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/npm/npmrc b/npm/npmrc
index b021275..539a900 100644
--- a/npm/npmrc
+++ b/npm/npmrc
@@ -3,3 +3,9 @@ prefix=${HOME}/.local
3 3
4; disable fund-spam 4; disable fund-spam
5fund=false 5fund=false
6
7; reduce the attack surface for supply chain attacks
8min-release-age=3
9
10; disable pre- und post-scripts
11ignore-scripts=true