Giter Site home page Giter Site logo

jeremistadler / deno-check-updates Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fzwael/deno-check-updates

0.0 0.0 0.0 22 KB

:mag: Automatically checks deno dependencies versions from import maps file

Home Page: https://deno.land/x/deno_check_updates

License: MIT License

TypeScript 100.00%

deno-check-updates's Introduction

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/[email protected]/",
    "soxa2/": "https://deno.land/x/[email protected]/",
    "checksum": "https://deno.land/x/[email protected]",
    "http": "https://deno.land/[email protected]/http/"
  }
}
name module url version latest upToDate
soxa soxa "https://deno.land/x/[email protected]/" "v1.1" "v1.1" true
soxa2 soxa "https://deno.land/x/[email protected]/" "v1.1" "v1.1" true
checksum checksum "https://deno.land/x/[email protected]" "v1.2.0" "v1.4.0" false
http std "https://deno.land/[email protected]/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

deno-check-updates's People

Contributors

fzwael avatar jeremistadler avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.