From f3fef9bbe783b25ffe4d84cc3f028c3f8a712c73 Mon Sep 17 00:00:00 2001 From: Karan Shah <64479353+karanshah-browserstack@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:19:08 +0530 Subject: [PATCH] APS-19729: add hardened .npmrc (supply-chain audit SC-12282) Co-Authored-By: Claude Fable 5 --- .npmrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..9dbf737 --- /dev/null +++ b/.npmrc @@ -0,0 +1,7 @@ +# Supply-chain hardening directives (SC-12282 / APS-19729) +ignore-scripts=true +strict-ssl=true +save-exact=true +engine-strict=true +legacy-peer-deps=false +audit-level=high