Friday 16 Feb 2024 Play Synthesised Audio 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/std@0.216.0/fs/mod.ts';Copy CodeThis freaked developers out. But it’s actually no less secure than installing from npm. I
