Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more

deno-check-updates

Automatically checks deno dependencies versions

Help

deno run -A https://deno.land/x/deno_check_updates/main.ts -h

Check updates

$ deno run -A --unstable https://deno.land/x/deno_check_updates/main.ts -f example_map.json

Example output

For this input file :

{
  "imports": {
    "soxa/": "https://deno.land/x/soxa@v1.0/",
    "soxa2/": "https://deno.land/x/soxa@v0.4/",
    "checksum": "https://deno.land/x/checksum@1.2.0",
    "http": "https://deno.land/std@0.51.0/http/"
  }
}
name module url version latest upToDate
soxa soxa β€œhttps://deno.land/x/soxa@v1.0/” β€œv1.0” β€œv1.0” true
soxa2 soxa β€œhttps://deno.land/x/soxa@v1.0/” β€œv1.0” β€œv1.0” true
checksum checksum β€œhttps://deno.land/x/checksum@1.2.0” β€œv1.2.0” β€œv1.4.0” false
http std β€œhttps://deno.land/std@0.51.0/http/” β€œv0.51.0” β€œv0.52.0” false

Notes:

For now this is not a stable feature : https://deno.land/manual/linking_to_external_code/import_maps