@akilrafeek/capacitor-jailbreak-root-detection 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/ios/Plugin/UIDeviceJailBroken.swift +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @akilrafeek/capacitor-jailbreak-root-detection
|
|
2
2
|
|
|
3
3
|
This is a Capacitor 6 Jailbreak Root detection plugin.
|
|
4
|
+
updated rootbeer library to support 16kb page size
|
|
4
5
|
|
|
5
6
|
## Install
|
|
6
7
|
|
|
7
8
|
```bash
|
|
8
|
-
npm install @
|
|
9
|
+
npm install @akilrafeek/capacitor-jailbreak-root-detection
|
|
9
10
|
npx cap sync
|
|
10
11
|
```
|
|
11
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akilrafeek/capacitor-jailbreak-root-detection",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Jailbreak Root detection plugin for capacitor.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"capacitor",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"url": "git+https://github.com/mauri-cg/capacitor-jailbreak-root-detection.git"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT",
|
|
19
|
-
"author": "
|
|
19
|
+
"author": "Akil Rafeek",
|
|
20
20
|
"type": "module",
|
|
21
21
|
"main": "dist/plugin.cjs.js",
|
|
22
22
|
"types": "dist/esm/index.d.ts",
|