Files
obsidian-vault/300 areas/350 AI/Security NPM packages tools.md

568 B

created, modified, type, tags, aliases
created modified type tags aliases
2026-06-01 12:45 2026-06-01 12:45 note
ai
tools
ai-resume
security

Security NPM packages tools

Set minimum release age

NPM:

  • file min-release-age=7 days
  • project ./.npmrc
  • global ~/.npmrc PNPM:
  • minimumReleaseAge:1000 minutes.
  • PROJECT ./.pnpn-workspace.yaml
  • global ~/.config/pnpm/config.yaml BUN:
  • minimumREleaseAge=604800 seconds
  • project ./.ig.toml
  • global $HOME/.bunfig.toml
  • global $XDG_CONFIG_HOME/.bunfig.toml

##DIsable install scripts

  • ignore-scipts=true