bowser
npmv2.14.1TypeScriptLightweight browser detector
Safe to adopt
Yes — bowser scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 213 days ago. 6 releases in the last 2 years.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- BMaintenance: grade B, Good.
Last published 213 days ago. 6 releases in the last 2 years.
- AWeight: grade A, Excellent.
Zero runtime dependencies, about 252 KB installed.
- BSupply chain: grade B, Good.
This package has a single maintainer (bus factor of 1).
- ALicense: grade A, Excellent.
MIT — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding bowser to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Compatibility
- Node.js
- No constraint declared
- Module format
- ESM + CommonJS
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the bowser README.
const Bowser = require("bowser"); // CommonJS
import * as Bowser from "bowser"; // TypeScript
import Bowser from "bowser"; // ES6 (and TypeScript with --esModuleInterop enabled)bowser vs the alternatives
Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| bowserthis page | 0 | 1 | MIT | 7 months ago |
| plist | 14M | 2 | MIT | 1 day ago |
| ua-parser-js | 0 | 1 | AGPL-3.0-or-later | 1 day ago |
| commander | 451.1M | 11 | MIT | 1 day ago |
| postcss | 249.3M | 7 | MIT | 1 day ago |
| yargs-parser | 178.8M | 2 | ISC | 1 day ago |
Dependencies
Declared by bowser v2.14.1. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (26)
Used by
Popular packages that depend on bowser.
Relationship graph
Dependencies (left) and dependents (right) of bowser.
Frequently installed together
Types for the AWS SDK
No description provided.
No description provided.
XML utilities for the AWS SDK
Invoke scoped data storage for AWS Lambda Node.js Runtime Environment
A standalone implementation of the AWS Signature V4 request signing algorithm
Release history
6 releases in the last two years, typically about 22 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 2.14.1latest | 7 months ago | 252 KB | MIT |
| 2.14.0 | 7 months ago | 707 KB | MIT |
| 2.13.1 | 9 months ago | 246 KB | MIT |
| 2.13.0 | 9 months ago | 247 KB | MIT |
| 2.12.1 | 1 year ago | 216 KB | MIT |
| 2.12.0 | 1 year ago | 216 KB | MIT |
| 2.11.0 | 6 years ago | 212 KB | MIT |
| 2.10.0 | 6 years ago | 211 KB | MIT |
| 2.9.0 | 6 years ago | 251 KB | MIT |
| 2.8.1 | 6 years ago | 251 KB | MIT |
| 2.8.0 | 6 years ago | 251 KB | MIT |
| 2.7.0 | 7 years ago | 243 KB | MIT |
| 2.6.1 | 7 years ago | 241 KB | MIT |
| 2.6.0 | 7 years ago | 241 KB | MIT |
| 2.5.4 | 7 years ago | 241 KB | MIT |
Overview
bowser is an npm package that lightweight browser detector. It has 1 known dependents in the graph. The latest version is 2.14.1, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need lightweight browser detector and value a focused solution.
When not to use it
Consider an alternative if you need to minimize your dependency tree, or if a more actively-maintained option better fits your npm stack.
Pros
- Ships TypeScript type definitions.
- Clear open-source license (MIT).
Cons
- Large dependency tree (26 direct dependencies) increases install size and audit surface.
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Frequently asked questions
Should I use bowser?
Yes — bowser scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 213 days ago. 6 releases in the last 2 years.
How do I install bowser?
Run `npm install bowser` to add bowser to your npm project.
What license is bowser released under?
bowser is distributed under the MIT license.
How popular is bowser?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on bowser.
Is bowser still maintained?
The most recent release of bowser (v2.14.1) was published 7 months ago.
Does bowser run install scripts?
No. bowser does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.