capacitor-antitampering
v0.3.2
Published
Capacitor plugin to verifies the integrity of the static assets of your application, cheking if the files have changed since the original build.
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 syncAPI
verify()
verify() => Promise<AntiTamperingResult>Returns: Promise<AntiTamperingResult>
Interfaces
AntiTamperingResult
| Prop | Type |
| ----------------- | ------------------- |
| status | string |
| assetsCount | number |
| messages | string |
