You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

capacitor-plugin-security-check

Package Overview
Dependencies
Maintainers
1
Versions
7
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


Version published
Maintainers
1
Install size
98.1 kB
Created

Readme

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

FAQs

Package last updated on 21 Mar 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc