test modules published on both deno modules and jsr

by JIMz

1 min read

@dallmo/array-search

link to deno modules link to jsr

some notes

deno modules

  • update version by adding new releases in github ;
  • clean and eary dependency management only via deps.ts as best practice ;
  • no import / installation of individual package required ;

jsr

  • update version by incrementing the version number inside deno.json ;
  • provide better control over module publishing with namespacing with scope ;
  • package scoring is interesting and helpful ;