Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@codebrew/capacitor-user-agent

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codebrew/capacitor-user-agent

User Agent get/set/reset plugin for Capacitor

latest
Source
npmnpm
Version
7.0.0
Version published
Maintainers
1
Created
Source

@codebrew/capacitor-user-agent

User Agent get/set/reset plugin for Capacitor

Install

npm install @codebrew/capacitor-user-agent
npx cap sync

API

  • set(...)
  • get()
  • reset()

set(...)

set(options: { userAgent: string; }) => Promise<{ userAgent: string; }>
ParamType
options{ userAgent: string; }

Returns: Promise<{ userAgent: string; }>

get()

get() => Promise<{ userAgent: string; }>

Returns: Promise<{ userAgent: string; }>

reset()

reset() => Promise<void>

Keywords

capacitor

FAQs

Package last updated on 19 Aug 2025

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