cm0002@europe.pub to Programmer Humor@programming.dev · 11 hours agonpm installeurope.pubimagemessage-square8fedilinkarrow-up1233arrow-down11
arrow-up1232arrow-down1imagenpm installeurope.pubcm0002@europe.pub to Programmer Humor@programming.dev · 11 hours agomessage-square8fedilink
minus-squaredbx12@programming.devlinkfedilinkarrow-up11·9 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)