🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

capacitor-plugin-security-check

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-plugin-security-check

capacitor-plugin-security-check

0.0.9
latest
Source
npm
Version published
Maintainers
0
Created
Source

capacitor-plugin-security-check

capacitor-plugin-security-check

Install

npm install capacitor-plugin-security-check
npx cap sync

API

  • isEmulationDetected()
  • isJailbrokenDetected()
  • isReverseEngineeringDetected()
  • isTampered(...)

isEmulationDetected()

isEmulationDetected() => Promise<{ value: boolean; }>

Returns: Promise<{ value: boolean; }>

isJailbrokenDetected()

isJailbrokenDetected() => Promise<{ value: boolean; }>

Returns: Promise<{ value: boolean; }>

isReverseEngineeringDetected()

isReverseEngineeringDetected() => Promise<{ value: boolean; }>

Returns: Promise<{ value: boolean; }>

isTampered(...)

isTampered(bundle: string) => Promise<{ value: boolean; }>
ParamType
bundlestring

Returns: Promise<{ value: boolean; }>

Keywords

capacitor

FAQs

Package last updated on 13 Jan 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