Skip to content

Commit 25147cd

Browse files
authored
chore: Add blockExoticSubdeps to pnpm config (#373)
Add `block-exotic-subdeps=true` to `.npmrc` to prevent subdependencies from using exotic specifiers (git URLs, HTTP URLs, etc.), reducing supply chain attack surface.
1 parent 75e5981 commit 25147cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
block-exotic-subdeps=true

0 commit comments

Comments
 (0)