Skip to content

build: use secure npm package manager config#213

Open
lirantal wants to merge 1 commit into
mainfrom
build/secure-pkg-manager-config
Open

build: use secure npm package manager config#213
lirantal wants to merge 1 commit into
mainfrom
build/secure-pkg-manager-config

Conversation

@lirantal
Copy link
Copy Markdown
Owner

Scaffolds a secure package manager config file for this repo, following the recommendations in https://github.com/lirantal/npm-security-best-practices.

  • For npm repos: adds .npmrc (disables lifecycle scripts, blocks git sources, enforces a 30-day minimum release age).
  • For pnpm repos: adds pnpm-workspace.yaml with minimumReleaseAge, trustPolicy, strictDepBuilds, and blockExoticSubdeps.

This PR was opened as part of a bulk security-hardening pass across my repos. If this overwrites a custom config that was intentional, please close and revisit manually.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.01%. Comparing base (09dabb4) to head (d49c057).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #213   +/-   ##
=======================================
  Coverage   98.01%   98.01%           
=======================================
  Files          13       13           
  Lines         404      404           
  Branches       96       96           
=======================================
  Hits          396      396           
  Misses          8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@lirantal lirantal self-assigned this May 14, 2026
@lirantal lirantal added the enhancement New feature or request label May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants