@dieover/jail-breaker
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@dieover/jail-breaker

npm install @dieover/jail-breaker

Usage

This plugins use a rootbeer lib 0.1.0 of scottyab for Android to check if the Android is Rooted and for iOS always return false

import { JailBreaker } from '@dieover/jail-breaker';

...

isRooted(): void {
  if (JailBreaker.isRooted()) {
    // it's Rooted
  } else {
    // it's not Rooted
  }
}

License

Apache License Version 2.0

Package Sidebar

Install

npm i @dieover/jail-breaker

Weekly Downloads

2

Version

1.0.1

License

Apache-2.0

Unpacked Size

16.3 kB

Total Files

17

Last publish

Collaborators

  • lennonmilicic