Skip to content

Fzwael/deno-check-updates

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 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@1.4/",
    "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@1.4/" "1.4" "1.4" true
soxa2 soxa "https://deno.land/x/soxa@v1.0/" "v1.1" "v1.1" 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

About

🔍 Automatically checks deno dependencies versions from import maps file

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published