• dbx12@programming.dev
    link
    fedilink
    arrow-up
    11
    ·
    9 hours ago

    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-scripts is not an option since I need some of them)