ua-parser-js icon indicating copy to clipboard operation
ua-parser-js copied to clipboard

UAParser.js - Free & open-source JavaScript library to detect user's Browser, Engine, OS, CPU, and Device type/model. Runs either in browser (client-side) or node.js (server-side).

Results 93 ua-parser-js issues
Sort by recently updated
recently updated
newest added

### Here is what the Chrome console recently started saying, ![console](https://user-images.githubusercontent.com/50925914/135537236-31d143e9-a640-4339-938b-82d75b2be71e.jpg) #### Now the question is, > ## Should we be alarmed? **Will our good apps still work then?**

I was informed about the malicious code being shipped with UA Parser (https://github.com/faisalman/ua-parser-js/issues/536) via a (German) Newsblog around Technology. When looking at the readme of ua-parser-js and especially at npmjs,...

Hello, We use `react-device-detect` to determine if our app runs on a tablet or mobile device. `react-device-detect` uses `ua-parser-js` as parser. When we run our Ionic React app on an...

Hello, I was wondering if its possible to prevent the install of ua-parser-js while executing the command - “npm install”. I see that the parser is present as devDependency in...

Tidelift connects companies who wants SLA:s and assurances for their dependencies with maintainers who wants to get assistance in handling eg. security issues and who could make use of funds...

iPadOS (Beta) has 2 UAs. [User Agent in Safari on iPadOS |Apple Developer Forums](https://forums.developer.apple.com/thread/119186) ---- ## current result ua-parser-js 0.7.20 UA: ... (Macintosh; Intel Mac OS X 10_15) ... ```js...

Open Discussion

We're using User Agent parsing in NodeJS to guess the size of the screen before delivering the website. Currently you can get a few bits of information from UAParser like:...

Hi there, I'm wondering if anyone has looked at detecting HoloLens devices from their user agent? Here is a sample user agent from a HoloLens 2 running Edge: ``` Mozilla/5.0...

It is not parsing the user-agent from search-engines. **User agent:** `Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/93.0.4577.82 Safari/537.36` **Output:** ```js { ua: 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible;...