0.2.0 • Published 10 months ago
capacitor-antitampering v0.2.0
capacitor-antitampering
Capacitor plugin to verifies the integrity of the static assets of your application, cheking if the files have changed since the original build.
Install
npm install capacitor-antitampering
npx cap sync
API
verify()
verify() => Promise<AntiTamperingResult>
Returns: Promise<AntiTamperingResult>
Interfaces
AntiTamperingResult
Prop | Type |
---|---|
status | string |
assetsCount | number |
messages | string |