capacitor-antitampering
v0.2.0
Published
Capacitor plugin to verifies the integrity of the static assets of your application, cheking if the files have changed since the original build.
Downloads
1,528
Readme
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 |