cordova-plugin-rootguard
Version:
Best-effort root, jailbreak, and runtime instrumentation risk detection for Cordova.
74 lines (73 loc) • 1.86 kB
JSON
{
"name": "cordova-plugin-rootguard",
"version": "2.1.0",
"description": "Best-effort root, jailbreak, and runtime instrumentation risk detection for Cordova.",
"types": "types/index.d.ts",
"files": [
"CHANGELOG.md",
"ENTERPRISE-INTEGRATION.md",
"LICENSE",
"README.md",
"RELEASE.md",
"SECURITY.md",
"plugin.xml",
"src/",
"types/",
"www/"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "node --test"
},
"cordova": {
"id": "cordova-plugin-rootguard",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Binuka97/cordova-plugin-rootguard.git"
},
"keywords": [
"cordova",
"plugin",
"root-detection",
"frida-detection",
"security",
"cydia",
"detection",
"cordova-plugin",
"cordova-plugin-rootguard",
"cordova-ios",
"cordova-android",
"cordova-ios-plugin",
"root",
"rooted",
"rootBeer",
"android",
"rootguard",
"rootguard-plugin",
"rootguard-cordova-plugin",
"rootguard-cordova",
"frida",
"frida-detection",
"frida-detection-plugin",
"frida-detection-cordova-plugin",
"frida-bypass",
"frida-bypass-detection"
],
"author": {
"name": "Binuka Kamesh",
"email": "binukakamesh97@gmail.com",
"url": "https://github.com/Binuka97"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Binuka97/cordova-plugin-rootguard/issues"
},
"homepage": "https://github.com/Binuka97/cordova-plugin-rootguard/blob/main/README.md"
}