capacitor-antitampering
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i capacitor-antitampering

Weekly Downloads

295

Version

0.1.0

License

MIT

Unpacked Size

23 kB

Total Files

29

Last publish

Collaborators

  • asephermann