
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
latest-browsers
Advanced tools
JavaScript (TypeScript) library to get the latest browser versions and download links.
JavaScript (TypeScript) library to get the latest browser versions and download links.
$ npm install latest-browsers
# or
$ yarn add latest-browsers
$ pnpm add latest-browsers
import { fetchLatest } from 'latest-browsers';
const info = await fetchLatest({
browser: 'chrome',
channel: 'beta',
platform: 'macos',
});
console.log(info);
Output:
{
browser: 'chrome',
version: '115.0.5790.90',
channel: 'beta',
downloadLink: 'https://dl.google.com/chrome/mac/universal/beta/googlechromebeta.dmg',
platform: 'macos',
releaseDate: '2023-07-12T18:30:00.000Z'
}
// Google Chrome
{ browser: 'chrome', channel: 'stable', platform: 'macos' }
{ browser: 'chrome', channel: 'stable', platform: 'windows' }
{ browser: 'chrome', channel: 'stable', platform: 'linux' }
{ browser: 'chrome', channel: 'beta', platform: 'macos' }
{ browser: 'chrome', channel: 'beta', platform: 'windows' }
{ browser: 'chrome', channel: 'beta', platform: 'linux' }
{ browser: 'chrome', channel: 'dev', platform: 'macos' }
{ browser: 'chrome', channel: 'dev', platform: 'windows' }
{ browser: 'chrome', channel: 'dev', platform: 'linux' }
{ browser: 'chrome', channel: 'canary', platform: 'macos' }
{ browser: 'chrome', channel: 'canary', platform: 'windows' }
// Firefox
{ browser: 'firefox', channel: 'stable', platform: 'macos' }
{ browser: 'firefox', channel: 'stable', platform: 'windows' }
{ browser: 'firefox', channel: 'stable', platform: 'linux' }
{ browser: 'firefox', channel: 'beta', platform: 'macos' }
{ browser: 'firefox', channel: 'beta', platform: 'windows' }
{ browser: 'firefox', channel: 'beta', platform: 'linux' }
{ browser: 'firefox', channel: 'dev', platform: 'macos' }
{ browser: 'firefox', channel: 'dev', platform: 'windows' }
{ browser: 'firefox', channel: 'dev', platform: 'linux' }
{ browser: 'firefox', channel: 'nightly', platform: 'macos' }
{ browser: 'firefox', channel: 'nightly', platform: 'windows' }
{ browser: 'firefox', channel: 'nightly', platform: 'linux' }
// Microsoft Edge
{ browser: 'edge', channel: 'stable', platform: 'macos' }
{ browser: 'edge', channel: 'stable', platform: 'windows' }
{ browser: 'edge', channel: 'stable', platform: 'linux' }
{ browser: 'edge', channel: 'beta', platform: 'macos' }
{ browser: 'edge', channel: 'beta', platform: 'windows' }
{ browser: 'edge', channel: 'beta', platform: 'linux' }
{ browser: 'edge', channel: 'dev', platform: 'macos' }
{ browser: 'edge', channel: 'dev', platform: 'windows' }
{ browser: 'edge', channel: 'dev', platform: 'linux' }
{ browser: 'edge', channel: 'canary', platform: 'macos' }
FAQs
JavaScript (TypeScript) library to get the latest browser versions and download links.
We found that latest-browsers demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.