0.2.0 • Published 10 months ago

capacitor-antitampering v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

PropType
statusstring
assetsCountnumber
messagesstring
0.2.0

10 months ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago