pnpm usage already has security settings configured (as well as the secure defaults for other config settings):
We recommend students use pnpm, but students may follow guides online which use npm without noticing the difference.
npm is still a bit behind in terms of supply chain security, but we can achieve some security with sfw:
pnpm usage already has security settings configured (as well as the secure defaults for other config settings):
minimumReleaseAgefor pnpm #107We recommend students use pnpm, but students may follow guides online which use npm without noticing the difference.
npm is still a bit behind in terms of supply chain security, but we can achieve some security with
sfw:npm config set min-release-age=7npm install -g sfwalias npm="sfw npm"alias pnpm="sfw pnpm"