v0.3
:mag: Automatically checks deno dependencies versions from import maps file
Repository
Current version released
4 years ago
Versions
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