From 01472b5a0fcdc17582ec984c74ba4e54fd33d927 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 25 Nov 2025 22:16:05 +0100 Subject: [PATCH] Security: Use `ignore-scripts=true` to suppress `postinstall` tasks https://www.nodejs-security.com/blog/npm-ignore-scripts-best-practices-as-security-mitigation-for-malicious-packages --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..97b895e2 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +ignore-scripts=true