Socket
Socket
Sign inDemoInstall

@sunxdd/user-agent

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @sunxdd/user-agent

simple, no deps browser user-agent string parser


Version published
Weekly downloads
1
Maintainers
1
Install size
10.7 kB
Created
Weekly downloads
 

Readme

Source

Node User Agent Parse

Very simple, no deps user agent string parser.

NPM Build Status

Overview

Parse user agents a bit like PHP's get_browser(). Rudimentary but it works.

Example Usage

const userAgent = require('user-agent-parse');
userAgent.parse('Mozilla/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/526.9 (KHTML, like Gecko) Version/4.0dp1 Safari/526.8');
// => { name: 'safari', version: '4.0dp1', os: 'Windows XP', full: '... same string as above ...', device_type:'desktop' }

Tests

See /test/test.js for a simple suite

Credits

Heavily based on (blatantly ripped from ahem) https://github.com/soldair/node-ua-device-type and https://github.com/jujhars13/node-user-agent-parse

License

License is MIT, go nuts.

Keywords

FAQs

Last updated on 20 Jul 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc