0.0.7 • Published 2 months ago

capacitor-plugin-security-check v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

capacitor-plugin-security-check

capacitor-plugin-security-check

Install

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

API

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; }>


0.0.7

2 months ago

0.0.6

2 months ago

0.0.5

2 months ago

0.0.4

4 months ago

0.0.3

10 months ago

0.0.2

1 year ago

0.0.1

1 year ago