Deno 2.5: Config Permissions Finally Fix the Mess [Skeptical Take]
Deno's dropping 2.5 with permissions baked right into your config file—no more CLI flag roulette. But after 20 years watching runtimes promise security, I'm asking: does this actually stick the landing?
Dev DigestApr 14, 20264 min read
⚡ Key Takeaways
Permissions now configurable in deno.json with named sets—huge for complex projects.𝕏
Deno.test adds standard setup/teardown hooks, catching up to Jest/Mocha.𝕏
WebSocket headers and bundle API are niche but powerful for deploy-heavy workflows.𝕏
The 60-Second TL;DR
Permissions now configurable in deno.json with named sets—huge for complex projects.
Deno.test adds standard setup/teardown hooks, catching up to Jest/Mocha.
WebSocket headers and bundle API are niche but powerful for deploy-heavy workflows.