JSR: First Impressions Friday 16 Feb 2024 Until now Deno did not have or need a package registry. That may be changing with JSR — one JavaScript Registry to rule them all… In the early days of Deno you would import dependencies from a URL: import * as fs from 'https://deno.land/[email protected]/fs/mod.ts';This freaked developers out. But it’s actually no less secure than installing from npm. It’s
