# cordova-plugin-is-debug

> A cordova plugin to detect if the device is running in debug mode or not.

Latest version **1.0.0** (published 2016-08-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install cordova-plugin-is-debug
pnpm add cordova-plugin-is-debug
yarn add cordova-plugin-is-debug
bun add cordova-plugin-is-debug
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2016-08-24 |
| First published | 2016-08-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 20 |
| Author | Matt Lewis |
| Maintainers | mattlewis92 |
| Keywords | cordova, debug, ecosystem:cordova, cordova-android, cordova-ios |

## Links

- npm: https://www.npmjs.com/package/cordova-plugin-is-debug
- Repository: https://github.com/mattlewis92/cordova-plugin-is-debug
- Homepage: https://github.com/mattlewis92/cordova-plugin-is-debug#readme
- Issues: https://github.com/mattlewis92/cordova-plugin-is-debug/issues
- npm.io page: https://npm.io/package/cordova-plugin-is-debug

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2016-08-24

## README

# cordova-plugin-is-debug
A cordova plugin to detect if the device is running in debug mode or not.

## Install

```
cordova plugin add cordova-plugin-is-debug
```

## Usage
```
cordova.plugins.IsDebug.getIsDebug(function(isDebug) {
    console.log('Is debug:', isDebug);
}, function(err) {
    console.error(err);
});
```

## Supported platforms
* iOS
* Android

## Credits

* https://mobiarch.wordpress.com/2014/02/19/detecting-debug-and-release-builds-in-ios-and-android/
* https://github.com/ozexpert/cordova-plugin-device-meta

## License
MIT

---
_Source: https://npm.io/package/cordova-plugin-is-debug · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
