js
js7mo ago

Which standard lib do I use?

I see the docs referencing https://deno.land/std/ But I thought JSR is the new shiny thing? And everythign is referencing jsr:@std. So which stnardard lib do I use?
2 Replies
marvinh.
marvinh.7mo ago
They are both the same library just published on different registries. We're likely going to stop publishing on deno.land/x for that lib very soon (if we haven't already) so updates will only be available on jsr. In other words: go with JSR
js
jsOP7mo ago
gotcha