Socket
Book a DemoInstallSign in
Socket

cordova-plugin-devoptionschecker

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-devoptionschecker

This is a cordova plugin that verifies if developer settings is enabled.

1.0.2
latest
npmnpm
Version published
Weekly downloads
115
8.49%
Maintainers
2
Weekly downloads
 
Created
Source

cordova-plugin-devoptionschecker

This is a cordova plugin that verifies if developer settings is enabled.

Supported Platforms

  • Android API all versions

Installation

cordova plugin add cordova-plugin-devoptionschecker

Usage in javascript

document.addEventListener('deviceready', onDeviceReady, false);

function onDeviceReady() {
	cordova.plugins.devoptionschecker.check(successCallback, errorCallback);
}

function successCallback(result) {
	// json object which returns devOptionsEnabled: true - enabled, false - disabled
	console.log(result);
}

function errorCallback(error) {
	console.log(error);
}

Keywords

ecosystem:cordova

FAQs

Package last updated on 19 Dec 2019

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.