detect-browser icon indicating copy to clipboard operation
detect-browser copied to clipboard

Unpack a browser type and version from the useragent string

Results 42 detect-browser issues
Sort by recently updated
recently updated
newest added

This is an awesome package. Can it detect Brave Browser? Using Brave, it returned this: ``` BrowserInfo {name: "chrome", version: "88.0.4324", os: "Android OS", type: "browser"} name: "chrome" os: "Android...

Hi. I have just installed the version 5.3.0 of the library, and as soon as I do an import of it the typing of any variable in `process.env` (ex :...

Can you add IP address as part of the JSON req.socket.remoteAddress Its a simple call where you want store and look at logs from a browser detect object.

Hello 👋 I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@kharacternyk) has found a potential issue, which I would be eager to share with...

From https://github.com/DamonOehlman/detect-browser/issues/124 I saw that the intent was to publish `detect-browser` at unpkg. However when I navigate to the link https://unpkg.com/browse/detect-browser from the README, it redirects to https://unpkg.com/browse/[email protected] which then...

Hello, upon building my TypeScript project with `tsc`, I got this error: ``` node_modules/detect-browser/index.d.ts:1:23 - error TS2688: Cannot find type definition file for 'node'. 1 /// ~~~~ node_modules/detect-browser/index.d.ts:16:71 - error...

Hi sir/madam, I run into this issue with the latest version of rollup js ``` (!) `this` has been rewritten to `undefined` https://rollupjs.org/guide/en/#error-this-is-undefined node_modules/detect-browser/es/index.js 1: var __spreadArrays = (this &&...

Currently, W11 is detected as 10. This is due to the fact that 11's kernel version is still `10.0`. To detect whether a user is using 10 or 11, it...

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

> User-Agent (UA) reduction is the effort to minimize the identifying information shared in the User-Agent string which may be [used for passive fingerprinting](https://www.w3.org/2001/tag/doc/unsanctioned-tracking/#unsanctioned-tracking-tracking-without-user-control). As these [changes are rolled out](https://blog.chromium.org/2021/09/user-agent-reduction-origin-trial-and-dates.html),...