cm0002@europe.pub to Programmer Humor@programming.dev · 17 hours agonpm installeurope.pubimagemessage-square9linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1imagenpm installeurope.pubcm0002@europe.pub to Programmer Humor@programming.dev · 17 hours agomessage-square9linkfedilink
minus-squaredbx12@programming.devlinkfedilinkarrow-up0·15 hours agoI only do npm install in a docker container where the project and npm cache is mounted. Gives me a bit of security regarding attacks through post install scripts. (--no-scripts is not an option since I need some of them)
I only do npm install in a docker container where the project and npm cache is mounted. Gives me a bit of security regarding attacks through post install scripts. (
--no-scriptsis not an option since I need some of them)