# 1.3.0

> moxtraupdateversion_1.2

Latest version **1.3.0** (published 2017-01-04) · ISC license · 0 weekly downloads

## Install

```sh
npm install 1.3.0
pnpm add 1.3.0
yarn add 1.3.0
bun add 1.3.0
```

## 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.3.0 |
| Published | 2017-01-04 |
| First published | 2017-01-04 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | MoxtraInc |
| Maintainers | jayganatra |

## Links

- npm: https://www.npmjs.com/package/1.3.0
- npm.io page: https://npm.io/package/1.3.0

## Recent versions

- 1.3.0 (latest) — 2017-01-04

## README

# Moxtra Plugin PhoneGap plugin
Work with PhoneGap 2.9.*

## How To Use

         cordova.exec(function(success){
      // success handler
console.log("MOxtraPlugin.js: is inside");
      //alert(success);cordova.define("com.moxtra.corodovaplugin", function(require, exports, module) { var exec = require('cordova/exec');
    },
    function(error){
      // error handler
      //alert("Error" + error);
      console.log("inside error",error);
    }, 
    "MoxtraPlugin", 
     action, 
     [param]
  );
}

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