From fb8eb91fb404e8f8c9bcd6b201e18522e3200ac5 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 10 Jun 2026 07:02:30 +0200 Subject: npmrc überarbeitet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npm/npmrc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/npm/npmrc b/npm/npmrc index 539a900..98fedfe 100644 --- a/npm/npmrc +++ b/npm/npmrc @@ -1,11 +1,28 @@ +; ~/.npmrc + +; default registry +registry=https://registry.npmjs.org/ + ; local packages: "npm install -g foo-bar" prefix=${HOME}/.local ; disable fund-spam fund=false +; suppresses notifications about new npm versions +update-notifier=false + ; reduce the attack surface for supply chain attacks min-release-age=3 ; disable pre- und post-scripts ignore-scripts=true + +; make sure to enable security checks +audit=true + +; adjust log level +loglevel=notice + + +; vim: ft=dosini -- cgit v1.3