Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lf-dev/parse-ua

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lf-dev/parse-ua

This module parses the user agent string and returns the result in the form of CSS classes and an object.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-75%
Maintainers
0
Weekly downloads
 
Created
Source

package.parse-ua

This module parses the user agent string and returns the result in the form of CSS classes and an object. htmlタグにデスクトップorモバイル、OS、ブラウザ情報のclassを付与します。

install

npm install @lf-dev/parse-ua

使用方法

import { parseUA } from '@lf-dev/parse-ua';
parseUA();

parseUA()は、取得した情報をオブジェクト形式でreturnしているので、 JavaScriptで情報を使用したい場合には、変数に格納してください。

const ua = parseUA();

情報を更新したい場合

import { refreshUA } from '@lf-dev/parse-ua';
ua = refreshUA();

FAQs

Package last updated on 19 Oct 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc