optimized for TypeScript that only supports ES modules
it works with Deno and npm-based projects
HTTP imports with import map
What we got wrong about HTTP imports
Designing a module system around HTTP imports was ambitious. Here are some issues we encountered and how we solved for them.
https://deno.com/blog/http-imports

JSR: the JavaScript Registry
JSR is the open-source package registry for modern JavaScript. JSR natively supports TypeScript, and works with all JS runtimes and package managers.
https://jsr.io/

Introducing JSR - the JavaScript Registry
The JavaScript Registry (JSR) is a TypeScript-first, ESM-only module registry designed for the entire JavaScript ecosystem. Use JSR modules from Deno and npm-based projects. JSR is free and open source. Available today in public beta.
https://deno.com/blog/jsr_open_beta

JSR: What We Know So Far About Deno’s New JavaScript Package Registry - Socket
JSR, a new package registry from the Deno team, aims to address npm’s limitations but the JavaScript community is concerned about ecosystem fragmentation.
https://socket.dev/blog/jsr-new-javascript-package-registry


Seonglae Cho