0.0.9 • Published 6 months ago

capacitor-plugin-security-check v0.0.9

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

6 months ago

0.0.8

6 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago