logoalt Hacker News

mschuster91yesterday at 10:27 PM1 replyview on HN

An idea might be to not just pin "package xyz allowed", but "package xyz postinstall allowed with hash <1234>".


Replies

jffryyesterday at 11:38 PM

The default behavior for the automated "add everything existing to the allowlist" is to include the specific version: https://docs.npmjs.com/cli/v11/using-npm/config#allow-script...

Together with a lockfile that does achieve "package xyz postinstall allowed with hash <1234>"