v0.1
:mag: Automatically checks deno dependencies versions from import maps file
Repository
Current version released
6 years ago
Versions
deno-check-updates
Automatically checks deno dependencies versions
Help
deno run -A main.ts -h
Check updates
deno run -A --importmap=import_map.json --unstable main.ts -f import_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",
}
}| name | module | url | version | latest |
|---|---|---|---|---|
| soxa | soxa | βhttps://deno.land/x/soxa@v1.0/β | βv1.0β | βv1.0β |
| soxa2 | soxa | βhttps://deno.land/x/soxa@v1.0/β | βv1.0β | βv1.0β |
| checksum | checksum | βhttps://deno.land/x/checksum@1.2.0β | βv1.2.0β | βv1.4.0β |
Notes:
For now this is not a stable feature : https://deno.land/manual/linking_to_external_code/import_maps