sam-4screen-desktop 2026-6-1:13:5:23

This commit is contained in:
2026-06-01 13:05:24 +10:00
parent 61e9acc162
commit 9fcc6c4e82

View File

@@ -12,6 +12,20 @@ aliases: []
# [[Security NPM packages tools]]
## Set minimum release age
- NPM: .npmrc file min-release-age=7 days
- PNPM: per project or global in pnpm-workspace.yml,
**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