Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ legacy-peer-deps=true
# kept as documentation of intent and will take effect if the project ever
# migrates to pnpm or uses a private registry proxy that honours it.
minimum-release-age=10080
# Prevent lifecycle scripts from running automatically on install.
# Protects against supply-chain attacks that exploit postinstall hooks.
ignore-scripts=true
# NOTE: npm has no per-package lifecycle-script allowlist. A blanket
# ignore-scripts=true would also block legitimate native packages like sharp,
# whose postinstall step is required to fetch the correct build binary.
Loading