nodejs / corepack

Zero-runtime-dependency package acting as bridge between Node projects and their package managers
MIT License
2.52k stars 165 forks source link

feat: COREPACK_INTEGRITY_KEYS should support `0` and `false` values #470

Closed lsrocha closed 4 months ago

lsrocha commented 5 months ago

This PR adds the possibility of setting COREPACK_INTEGRITY_KEYS to 0 ~and false~ to disable integrity checks.

Fixes: #468