# browser-version.sh

> Detect latest browser versions with this handy BASH script

Latest version **1.0.0** (published 2015-11-17) · ISC license · 0 weekly downloads

## Install

```sh
npm install browser-version.sh
pnpm add browser-version.sh
yarn add browser-version.sh
bun add browser-version.sh
```

Provides the command `browser-version`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-11-17 |
| First published | 2015-11-17 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Damon Oehlman |
| Maintainers | damonoehlman |
| Keywords | browser-version |

## Links

- npm: https://www.npmjs.com/package/browser-version.sh
- Repository: https://github.com/DamonOehlman/browser-version.sh
- Homepage: https://github.com/DamonOehlman/browser-version.sh#readme
- Issues: https://github.com/DamonOehlman/browser-version.sh/issues
- npm.io page: https://npm.io/package/browser-version.sh

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-11-17

## README

# browser-version.sh

This is a simple shell script for allowing you to request a browser type and release channel (e.g. stable, beta, dev) and have the current versioning information reported via STDOUT.

[![NPM](https://nodei.co/npm/browser-version.sh.png)](https://nodei.co/npm/browser-version.sh/)

## Usage

Get pipe (`|`) separated details of the target browser version you are interested in for linux_x64:

```sh
browser-version chrome stable

# download the deb file for a version
wget `browser-version chrome stable | cut -d'|' -f4`

# or, just echo the version of chrome beta
browser-version chrome beta | cut -d'|' -f3
```

## LICENSE

### ISC

Copyright (c) 2015, Damon Oehlman <damon.oehlman@gmail.com>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

---
_Source: https://npm.io/package/browser-version.sh · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
