Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-iroot

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-iroot

Cordova Jailbreak/Root Detection Plugin for Apache Cordova

  • 0.6.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4.7K
decreased by-1.53%
Maintainers
1
Weekly downloads
 
Created
Source

Cordova Jailbreak/Root Detection Plugin

GitHub license Android iOS

NPM NPM

Use this plugin to add an extra layer of security for your app, by detecting if the device running the app is jailbroken.

Based on:

Installation

cordova plugin add cordova-plugin-iroot --save

Usage

IRoot.isRooted(successCallback, failureCallback);
  • successCallback(result:boolean:ios|number:android) is called with true/1 if the device is Jailbroken/rooted, otherwise false/0.
  • failureCallback(error:string) is called if there was an error determining if the device is Jailbroken/rooted.

Demo

Android

APK - iRoot v1.1.0

ionic

See comments in https://github.com/WuglyakBolgoink/cordova-plugin-iroot/issues/1

Screens

Rooted device Not rooted device

TODO

  • check versions

License

MIT License

Keywords

FAQs

Package last updated on 01 Mar 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc