Bash script to vendor in NPM packages to your repo (gist.github.com) 4 points by dangoodmanUT 6mo ago ↗ HN
[–] dangoodmanUT 6mo ago ↗ This script makes it easy to copy an NPM package into a `vendor/` dir.Helps against supply-chain attacks, and also makes it easier for LLMs to investigate how packages work.Warning: Opus 4.5 did most of the work (but we use this in prod)
1 comment
[ 2.2 ms ] story [ 15.0 ms ] threadHelps against supply-chain attacks, and also makes it easier for LLMs to investigate how packages work.
Warning: Opus 4.5 did most of the work (but we use this in prod)