Not in production, but for my hobby programming, Deno 2 is not a big change from Deno 1. Then again, I try to avoid dependencies, so I don’t see the effects of better npm support.
I’m optimistic about jsr.io and hope more people will use it.
Today, we’re thrilled to announce Deno 2, which includes:
Backwards compatibility with Node.js and npm, allowing you to run existing Node applications seamlessly
Native support for package.json and node_modules
Package management with new deno install, deno add, and deno remove commands
A stabilized standard library
Support for private npm registries
Workspaces and monorepo support
Long Term Support (LTS) releases
JSR: a modern registry for sharing JavaScript libraries across runtimes
Anyone using it in production? If so, how’s 2.0 treating you?