what-version

List versions of popular projects or check the latest patch for a given version

Usage no npm install needed!

<script type="module">
  import whatVersion from 'https://cdn.skypack.dev/what-version';
</script>

README

what-version

List versions of popular projects

Install

npm install what-version

Usage

const whatVersion = require('what-version')

// return all versions of node
whatVersion('node')

// return all versions starting with string 'v12'
whatVersion('node', 'v12')

Website

This tool is used to build versions.pablopunk.com

License

MIT

Author

me
pablopunk