0.0.9 • Published 1 year ago

capacitor-plugin-security-check v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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.9

1 year ago

0.0.8

1 year ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago