---
answer: direct
beat: dev-practices
source: 1 article · updated: July 8, 2026
---

What does npm v12 actually change by default?

npm v12 turns off three defaults that have existed since npm's early days: automatic install/postinstall scripts (allowScripts now defaults to off), Git dependencies, and sourcing packages from remote URLs. Developers must explicitly allowlist any of the three in package.json if their project genuinely needs them.

Answered in

npm's Biggest Security Overhaul in 16 Years Is Here — Attackers Are Already Adapting

npm v12 blocks install scripts, Git dependencies, and remote sources by default. Researchers say attackers are already routing around it.

Crashtech Editorial July 8, 2026 Development Best Practices

Read the full analysis

Other questions this article answers

More development best practices questions

Every answer on Crashtech is written by the editor of the article it comes from — never auto-summarised. Browse all answers or the Development Best Practices beat.