Back to Daily Feed 
Deno 2.9.5: New Features, QuickJS Backend, and Node.js Compat Boosts
Worth Reading
Originally published on Deno Releases
View Original Article
Share this article:
Summary & Key Takeaways
- Deno 2.9.5 introduces a
--unscopedflag for aliasing packages. - A new
--membersflag allows running tasks in workspace members only. - The
BlobandBodyobjects now support atextStream()method. - An experimental QuickJS backend has been added, potentially improving performance.
- Numerous fixes enhance Node.js compatibility, including
v8.promiseHooksandnode:testtags. - Security fixes address issues like
node:dns.getServers()requiring--allow-sys.
Our Commentary
Deno keeps pushing forward with both new features and Node.js compatibility. The experimental QuickJS backend is a fascinating development; I'm curious to see how that impacts performance and use cases. It feels like Deno is really trying to carve out its niche while still being a viable alternative for Node.js users.
View Original Article
Share this article: