Launch Week Day 3: Introducing Organization Notifications in Socket.Learn More
Socket
Book a DemoSign in
Socket

@akilrafeek/capacitor-jailbreak-root-detection

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akilrafeek/capacitor-jailbreak-root-detection

Jailbreak Root detection plugin for capacitor.

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

@akilrafeek/capacitor-jailbreak-root-detection

This is a Capacitor 6 Jailbreak Root detection plugin. updated rootbeer library to support 16kb page size

Install

npm install @akilrafeek/capacitor-jailbreak-root-detection
npx cap sync

API

  • isJailbrokenOrRooted()
  • isSimulator()
  • isDebuggedMode()
  • exitApp()
  • Interfaces

isJailbrokenOrRooted()

isJailbrokenOrRooted() => Promise<JailbreakRootResult>

Returns: Promise<JailbreakRootResult>

isSimulator()

isSimulator() => Promise<JailbreakRootResult>

Returns: Promise<JailbreakRootResult>

isDebuggedMode()

isDebuggedMode() => Promise<JailbreakRootResult>

Returns: Promise<JailbreakRootResult>

exitApp()

exitApp() => void

Interfaces

JailbreakRootResult

PropType
resultboolean

Keywords

capacitor

FAQs

Package last updated on 05 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts