Skip to content

Niek/browser-updates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

browser-updates

This is an auto-updating repo (using GitHub actions) that contains a browsers.json file that lists the latest Chrome, Edge and Firefox browser versions of the stable and unstable channels.

You can set up a cron job to download the latest version of browsers.json with this link.

To use this in your TypeScript of JavaScript code:

// TypeScript or ES6:
import browsers from ('./browsers.json')

// Or in ES5:
// const browsers = require('./browsers.json')

// Example: find the latest stable Chrome version
const version = browsers.chrome.stable.slice(-1).pop().version

About

History of browser updates

Resources

Stars

Watchers

Forks

Languages