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

bce-native

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bce-native - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

dist/es5/plugins/mtj.d.ts

1

dist/es5/index.d.ts

@@ -12,1 +12,2 @@ export * from './plugins/device';

export * from './plugins/bdpush';
export * from './plugins/mtj';

5

dist/es5/index.js

@@ -18,2 +18,3 @@ "use strict";

var bdpush_1 = require("./plugins/bdpush");
var mtj_1 = require("./plugins/mtj");
__export(require("./plugins/device"));

@@ -30,2 +31,3 @@ __export(require("./plugins/http"));

__export(require("./plugins/bdpush"));
__export(require("./plugins/mtj"));
// Window export to use outside of a module loading system

@@ -43,3 +45,4 @@ window['IonicNative'] = {

NativeStorage: nativestorage_1.NativeStorage,
BDPush: bdpush_1.BDPush
BDPush: bdpush_1.BDPush,
MTJ: mtj_1.MTJ
};

@@ -46,0 +49,0 @@ ng1_1.initAngular1(window['IonicNative']);

@@ -12,1 +12,2 @@ export * from './plugins/device';

export * from './plugins/bdpush';
export * from './plugins/mtj';

@@ -14,2 +14,3 @@ import { initAngular1 } from './ng1';

import { BDPush } from './plugins/bdpush';
import { MTJ } from './plugins/mtj';
export * from './plugins/device';

@@ -26,2 +27,3 @@ export * from './plugins/http';

export * from './plugins/bdpush';
export * from './plugins/mtj';
// Window export to use outside of a module loading system

@@ -39,3 +41,4 @@ window['IonicNative'] = {

NativeStorage: NativeStorage,
BDPush: BDPush
BDPush: BDPush,
MTJ: MTJ
};

@@ -42,0 +45,0 @@ initAngular1(window['IonicNative']);

@@ -1,1 +0,1 @@

!function e(t,n,r){function o(u,s){if(!n[u]){if(!t[u]){var c="function"==typeof require&&require;if(!s&&c)return c(u,!0);if(i)return i(u,!0);var a=new Error("Cannot find module '"+u+"'");throw a.code="MODULE_NOT_FOUND",a}var l=n[u]={exports:{}};t[u][0].call(l.exports,function(e){var n=t[u][1][e];return o(n?n:e)},l,l.exports,e,t,n,r)}return n[u].exports}for(var i="function"==typeof require&&require,u=0;u<r.length;u++)o(r[u]);return o}({1:[function(e,t,n){"use strict";function r(e){for(var t in e)n.hasOwnProperty(t)||(n[t]=e[t])}var o=e("./ng1"),i=2e3,u=e("./plugins/device"),s=e("./plugins/http"),c=e("./plugins/inappbrowser"),a=e("./plugins/keyboard"),l=e("./plugins/splashscreen"),p=e("./plugins/statusbar"),f=e("./plugins/payment"),d=e("./plugins/appversion"),b=e("./plugins/call-number"),h=e("./plugins/nativestorage"),v=e("./plugins/bdpush");r(e("./plugins/device")),r(e("./plugins/http")),r(e("./plugins/inappbrowser")),r(e("./plugins/keyboard")),r(e("./plugins/splashscreen")),r(e("./plugins/statusbar")),r(e("./plugins/payment")),r(e("./plugins/appversion")),r(e("./plugins/call-number")),r(e("./plugins/nativestorage")),r(e("./plugins/bdpush")),window.IonicNative={Device:u.Device,HTTP:s.HTTP,InAppBrowser:c.InAppBrowser,Keyboard:a.Keyboard,Splashscreen:l.Splashscreen,StatusBar:p.StatusBar,Payment:f.Payment,AppVersion:d.AppVersion,CallNumber:b.CallNumber,NativeStorage:h.NativeStorage,BDPush:v.BDPush},o.initAngular1(window.IonicNative);var g=Date.now(),y=!1;document.addEventListener("deviceready",function(){console.log("DEVICE READY FIRED AFTER",Date.now()-g,"ms"),y=!0}),setTimeout(function(){!y&&window.cordova&&console.warn("Native: deviceready did not fire within "+i+"ms. This can happen when plugins are in an inconsistent state. Try removing plugins from plugins/ and reinstalling them.")},i)},{"./ng1":2,"./plugins/appversion":3,"./plugins/bdpush":4,"./plugins/call-number":5,"./plugins/device":6,"./plugins/http":7,"./plugins/inappbrowser":8,"./plugins/keyboard":9,"./plugins/nativestorage":10,"./plugins/payment":11,"./plugins/splashscreen":13,"./plugins/statusbar":14}],2:[function(e,t,n){"use strict";function r(e){if(window.angular){var t=window.angular.module("ionic.native",[]);for(var n in e){var r="$cordova"+n,o=e[n];!function(e,n,r){t.service(e,[function(){var e=window.angular.copy(n);return e.prototype.name=r,e}])}(r,o,n)}}}n.initAngular1=r},{}],3:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e.getAppName=function(){},e.getPackageName=function(){},e.getVersionCode=function(){},e.getVersionNumber=function(){},e}();r([o.Cordova()],i,"getAppName",null),r([o.Cordova()],i,"getPackageName",null),r([o.Cordova()],i,"getVersionCode",null),r([o.Cordova()],i,"getVersionNumber",null),i=r([o.Plugin({plugin:"cordova-plugin-app-version",pluginRef:"cordova.getAppVersion",repo:"https://github.com/whiteoctober/cordova-plugin-app-version",platforms:["Android","iOS"]})],i),n.AppVersion=i},{"./plugin":12}],4:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e.registerNotifications=function(){},e.unregisterNotifications=function(){},e}();r([o.Cordova()],i,"registerNotifications",null),r([o.Cordova()],i,"unregisterNotifications",null),i=r([o.Plugin({pluginName:"BDPush",plugin:"cordova-plugin-bdpush",pluginRef:"BDPush",repo:"",platforms:["iOS"]})],i),n.BDPush=i},{"./plugin":12}],5:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e.callNumber=function(e,t){},e}();r([o.Cordova({callbackOrder:"reverse"})],i,"callNumber",null),i=r([o.Plugin({plugin:"call-number",pluginRef:"plugins.CallNumber",repo:"https://github.com/Rohfosho/CordovaCallNumberPlugin",platforms:["iOS","Android"]})],i),n.CallNumber=i},{"./plugin":12}],6:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e}();r([o.CordovaProperty],i,"cordova",void 0),r([o.CordovaProperty],i,"model",void 0),r([o.CordovaProperty],i,"platform",void 0),r([o.CordovaProperty],i,"uuid",void 0),r([o.CordovaProperty],i,"version",void 0),r([o.CordovaProperty],i,"manufacturer",void 0),r([o.CordovaProperty],i,"isVirtual",void 0),r([o.CordovaProperty],i,"serial",void 0),i=r([o.Plugin({pluginName:"Device",plugin:"cordova-plugin-device",pluginRef:"device",repo:"https://github.com/apache/cordova-plugin-device"})],i),n.Device=i},{"./plugin":12}],7:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e.getBasicAuthHeader=function(e,t){},e.useBasicAuth=function(e,t){},e.setHeader=function(e,t){},e.enableSSLPinning=function(e){},e.acceptAllCerts=function(e){},e.validateDomainName=function(e){},e.post=function(e,t,n){},e.get=function(e,t,n){},e.uploadFile=function(e,t,n,r,o){},e.downloadFile=function(e,t,n,r){},e}();r([o.Cordova({sync:!0})],i,"getBasicAuthHeader",null),r([o.Cordova({sync:!0})],i,"useBasicAuth",null),r([o.Cordova({sync:!0})],i,"setHeader",null),r([o.Cordova()],i,"enableSSLPinning",null),r([o.Cordova()],i,"acceptAllCerts",null),r([o.Cordova()],i,"validateDomainName",null),r([o.Cordova()],i,"post",null),r([o.Cordova()],i,"get",null),r([o.Cordova()],i,"uploadFile",null),r([o.Cordova()],i,"downloadFile",null),i=r([o.Plugin({pluginName:"HTTP",plugin:"cordova-plugin-http",pluginRef:"cordovaHTTP",repo:"https://github.com/wymsee/cordova-HTTP",platforms:["Android","iOS"]})],i),n.HTTP=i},{"./plugin":12}],8:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=e("rxjs/Observable"),u=function(){function e(e,t,n){try{this._objectInstance=cordova.InAppBrowser.open(e,t,n)}catch(r){window.open(e),console.warn("Native: InAppBrowser is not installed or you are running on a browser. Falling back to window.open, all instance methods will NOT work.")}}return e.open=function(e,t,n){console.warn("Native: Your current usage of the InAppBrowser plugin is deprecated as of ionic-native@1.3.8. Please check the Ionic Native docs for the latest usage details.")},e.prototype.show=function(){},e.prototype.close=function(){},e.prototype.getCookieValue=function(e,t){},e.prototype.executeScript=function(e){},e.prototype.insertCss=function(e){},e.prototype.on=function(e){var t=this;return new i.Observable(function(n){return t._objectInstance.addEventListener(e,n.next.bind(n)),function(){return t._objectInstance.removeEventListener(e,n.next.bind(n))}})},e}();r([o.CordovaInstance({sync:!0})],u.prototype,"show",null),r([o.CordovaInstance({sync:!0})],u.prototype,"close",null),r([o.CordovaInstance()],u.prototype,"getCookieValue",null),r([o.CordovaInstance()],u.prototype,"executeScript",null),r([o.CordovaInstance()],u.prototype,"insertCss",null),u=r([o.Plugin({pluginName:"InAppBrowser",plugin:"cordova-plugin-inappbrowser",pluginRef:"cordova.InAppBrowser",repo:"https://github.com/apache/cordova-plugin-inappbrowser"})],u),n.InAppBrowser=u},{"./plugin":12,"rxjs/Observable":16}],9:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e.hideKeyboardAccessoryBar=function(e){},e.show=function(){},e.close=function(){},e.disableScroll=function(e){},e.onKeyboardShow=function(){},e.onKeyboardHide=function(){},e}();r([o.Cordova({sync:!0})],i,"hideKeyboardAccessoryBar",null),r([o.Cordova({sync:!0,platforms:["Android","BlackBerry 10","Windows"]})],i,"show",null),r([o.Cordova({sync:!0,platforms:["iOS","Android","BlackBerry 10","Windows"]})],i,"close",null),r([o.Cordova({sync:!0,platforms:["iOS","Windows"]})],i,"disableScroll",null),r([o.Cordova({eventObservable:!0,event:"native.keyboardshow",platforms:["iOS","Android","BlackBerry 10","Windows"]})],i,"onKeyboardShow",null),r([o.Cordova({eventObservable:!0,event:"native.keyboardhide",platforms:["iOS","Android","BlackBerry 10","Windows"]})],i,"onKeyboardHide",null),i=r([o.Plugin({pluginName:"Keyboard",plugin:"ionic-plugin-keyboard",pluginRef:"cordova.plugins.Keyboard",repo:"https://github.com/driftyco/ionic-plugin-keyboard"})],i),n.Keyboard=i},{"./plugin":12}],10:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e.setItem=function(e,t){},e.getItem=function(e){},e.remove=function(e){},e.clear=function(){},e}();r([o.Cordova()],i,"setItem",null),r([o.Cordova()],i,"getItem",null),r([o.Cordova()],i,"remove",null),r([o.Cordova()],i,"clear",null),i=r([o.Plugin({pluginName:"NativeStorage",plugin:"cordova-plugin-nativestorage",pluginRef:"NativeStorage",repo:"https://github.com/TheCocoaProject/cordova-plugin-nativestorage"})],i),n.NativeStorage=i},{"./plugin":12}],11:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e.alipay=function(e){},e.wxpay=function(e){},e}();r([o.Cordova()],i,"alipay",null),r([o.Cordova()],i,"wxpay",null),i=r([o.Plugin({pluginName:"Payment",plugin:"cordova-plugin-payment",pluginRef:"Payment",repo:"",platforms:["iOS"]})],i),n.Payment=i},{"./plugin":12}],12:[function(e,t,n){"use strict";function r(e,t,n,r){if(void 0===t&&(t={}),t.sync)return e;if("reverse"===t.callbackOrder)e.unshift(r),e.unshift(n);else if("node"===t.callbackStyle)e.push(function(e,t){e?r(e):n(t)});else if("object"===t.callbackStyle&&t.successName&&t.errorName){var o={};o[t.successName]=n,o[t.errorName]=r,e.push(o)}else if("undefined"!=typeof t.successIndex||"undefined"!=typeof t.errorIndex){var i=function(){t.successIndex>e.length?e[t.successIndex]=n:e.splice(t.successIndex,0,n)},u=function(){t.errorIndex>e.length?e[t.errorIndex]=r:e.splice(t.errorIndex,0,r)};t.successIndex>t.errorIndex?(u(),i()):(i(),u())}else e.push(n),e.push(r);return e}function o(e,t,o,i,u,s){void 0===i&&(i={}),o=r(o,i,u,s);var c=n.getPlugin(e.pluginRef);return c?w.get(window,e.pluginRef)[t].apply(c,o):window.cordova?(n.pluginWarn(e,t),{error:"plugin_not_installed"}):(n.cordovaWarn(e.pluginName,t),{error:"cordova_not_available"})}function i(e){var t=function(){return window.Promise?new Promise(function(t,n){e(t,n)}):void console.error("No Promise support or polyfill found. To enable Ionic Native support, please add the es6-promise polyfill before this script, or run with a library like Angular 1/2 or on a recent browser.")};if(window.angular){var n=window.angular.element(document.querySelector("[ng-app]")||document.body).injector();if(n){var r=n.get("$q");return r(function(t,n){e(t,n)})}return console.warn("Angular 1 was detected but $q couldn't be retrieved. This is usually when the app is not bootstrapped on the html or body tag. Falling back to native promises which won't trigger an automatic digest when promises resolve."),t()}return t()}function u(e,t,n,r){void 0===r&&(r={});var u,s,c=i(function(i,c){u=o(e,t,n,r,i,c),s=c});return u&&u.error&&(c["catch"](function(){}),s(u.error)),c}function s(e,t,n,r){return void 0===r&&(r={}),i(function(i,u){var s=o(e,t,n,r);s&&s.error&&u(s.error),s.then(i)["catch"](u)})}function c(e,t,n,r){return void 0===r&&(r={}),new m.Observable(function(i){var u=o(e,t,n,r,i.next.bind(i),i.error.bind(i));return u&&u.error&&i.error(u.error),function(){try{if(r.clearFunction)return r.clearWithArgs?o(e,r.clearFunction,n,r,i.next.bind(i),i.error.bind(i)):w.get(window,e.pluginRef)[r.clearFunction].call(e,u)}catch(s){console.warn("Unable to clear the previous observable watch for",e.pluginName,t),console.error(s)}}})}function a(e,t,n,o,i,u){return void 0===o&&(o={}),n=r(n,o,i,u),e._objectInstance[t].apply(e._objectInstance,n)}function l(e,t,n){return void 0===n&&(n={}),function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return n.sync?a(e,t,r,n):n.observable?new m.Observable(function(o){var i=a(e,t,r,n,o.next.bind(o),o.error.bind(o));return function(){try{return n.clearWithArgs?e._objectInstance[n.clearFunction].apply(e._objectInstance,r):e._objectInstance[n.clearFunction].call(e,i)}catch(o){console.warn("Unable to clear the previous observable watch for",e.pluginName,t),console.error(o)}}}):i(n.otherPromise?function(o,i){var u=a(e,t,r,n,o,i);u.then(o,i)}:function(o,i){a(e,t,r,n,o,i)})}}function p(e){return new m.Observable(function(t){return window.addEventListener(e,t.next.bind(t),!1),function(){return window.removeEventListener(e,t.next.bind(t),!1)}})}function f(e,t,r,o){return void 0===o&&(o={}),new m.Observable(function(r){var o=n.getPlugin(e.pluginRef);if(!o)return window.cordova||(n.cordovaWarn(e.pluginName,t),r.error({error:"cordova_not_available"})),n.pluginWarn(e,t),void r.error({error:"plugin_not_installed"});var i=o[t];return i?void(o[t]=r.next.bind(r)):(r.error({error:"no_such_method"}),void r.complete())})}function d(e){return function(t){for(var r in e)t[r]=e[r];return t.installed=function(t){return!!n.getPlugin(e.pluginRef)},t.getPlugin=function(){return n.getPlugin(e.pluginRef)},t.checkInstall=function(){var r=n.getPlugin(e.pluginRef);return!!r||(n.pluginWarn(t),!1)},t}}function b(e){return void 0===e&&(e={}),function(t,r,o){return{value:function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return n.wrap(this,r,e).apply(this,t)}}}}function h(e){return void 0===e&&(e={}),function(t,n){return{value:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return l(this,n,e).apply(this,t)}}}}function v(e,t){var r=function(){var r=n.getPlugin(e.pluginRef);return!!r||(n.pluginWarn(e,t),!1)};Object.defineProperty(e,t,{get:function(){return r()?n.getPlugin(e.pluginRef)[t]:{}},set:function(o){r()&&(n.getPlugin(e.pluginRef)[t]=o)}})}function g(e,t){Object.defineProperty(e,t,{get:function(){return this._objectInstance[t]},set:function(e){this._objectInstance[t]=e}})}function y(e){return void 0===e&&(e={}),function(t,n,r){return{value:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return f(this,n,e)}}}}var w=e("../util"),m=e("rxjs/Observable");n.getPlugin=function(e){return w.get(window,e)},n.pluginWarn=function(e,t){var n=e.pluginName,r=e.plugin;t?console.warn("Native: tried calling "+n+"."+t+", but the "+n+" plugin is not installed."):console.warn("Native: tried accessing the "+n+" plugin but it's not installed."),console.warn("Install the "+n+" plugin: 'ionic plugin add "+r+"'")},n.cordovaWarn=function(e,t){t?console.warn("Native: tried calling "+e+"."+t+", but Cordova is not available. Make sure to include cordova.js or run in a device/simulator"):console.warn("Native: tried accessing the "+e+" plugin but Cordova is not available. Make sure to include cordova.js or run in a device/simulator")},n.getPromise=i,n.wrap=function(e,t,n){return void 0===n&&(n={}),function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return n.sync?o(e,t,r,n):n.observable?c(e,t,r,n):n.eventObservable&&n.event?p(n.event):n.otherPromise?s(e,t,r,n):u(e,t,r,n)}},n.Plugin=d,n.Cordova=b,n.CordovaInstance=h,n.CordovaProperty=v,n.InstanceProperty=g,n.CordovaFunctionOverride=y},{"../util":15,"rxjs/Observable":16}],13:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e.show=function(){},e.hide=function(){},e}();r([o.Cordova({sync:!0})],i,"show",null),r([o.Cordova({sync:!0})],i,"hide",null),i=r([o.Plugin({pluginName:"Splashscreen",plugin:"cordova-plugin-splashscreen",pluginRef:"navigator.splashscreen",repo:"https://github.com/apache/cordova-plugin-splashscreen"})],i),n.Splashscreen=i},{"./plugin":12}],14:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e.overlaysWebView=function(e){},e.styleDefault=function(){},e.styleLightContent=function(){},e.styleBlackTranslucent=function(){},e.styleBlackOpaque=function(){},e.backgroundColorByName=function(e){},e.backgroundColorByHexString=function(e){},e.hide=function(){},e.show=function(){},e}();r([o.Cordova({sync:!0})],i,"overlaysWebView",null),r([o.Cordova({sync:!0})],i,"styleDefault",null),r([o.Cordova({sync:!0})],i,"styleLightContent",null),r([o.Cordova({sync:!0})],i,"styleBlackTranslucent",null),r([o.Cordova({sync:!0})],i,"styleBlackOpaque",null),r([o.Cordova({sync:!0})],i,"backgroundColorByName",null),r([o.Cordova({sync:!0})],i,"backgroundColorByHexString",null),r([o.Cordova({sync:!0})],i,"hide",null),r([o.Cordova({sync:!0})],i,"show",null),r([o.CordovaProperty],i,"isVisible",void 0),i=r([o.Plugin({pluginName:"StatusBar",plugin:"cordova-plugin-statusbar",pluginRef:"StatusBar",repo:"https://github.com/apache/cordova-plugin-statusbar",platforms:["iOS","Android","Windows Phone 8","Windows 8","Windows 10"]})],i),n.StatusBar=i},{"./plugin":12}],15:[function(e,t,n){"use strict";function r(e,t){for(var n=0,t=t.split("."),r=t.length;n<r;n++){if(!e)return null;e=e[t[n]]}return e}n.get=r},{}],16:[function(e,t,n){"use strict";var r=e("./util/root"),o=e("./util/toSubscriber"),i=e("./symbol/observable"),u=function(){function e(e){this._isScalar=!1,e&&(this._subscribe=e)}return e.prototype.lift=function(t){var n=new e;return n.source=this,n.operator=t,n},e.prototype.subscribe=function(e,t,n){var r=this.operator,i=o.toSubscriber(e,t,n);if(r?r.call(i,this.source):i.add(this._subscribe(i)),i.syncErrorThrowable&&(i.syncErrorThrowable=!1,i.syncErrorThrown))throw i.syncErrorValue;return i},e.prototype.forEach=function(e,t){var n=this;if(t||(r.root.Rx&&r.root.Rx.config&&r.root.Rx.config.Promise?t=r.root.Rx.config.Promise:r.root.Promise&&(t=r.root.Promise)),!t)throw new Error("no Promise impl found");return new t(function(t,r){var o=n.subscribe(function(t){if(o)try{e(t)}catch(n){r(n),o.unsubscribe()}else e(t)},r,t)})},e.prototype._subscribe=function(e){return this.source.subscribe(e)},e.prototype[i.$$observable]=function(){return this},e.create=function(t){return new e(t)},e}();n.Observable=u},{"./symbol/observable":20,"./util/root":27,"./util/toSubscriber":28}],17:[function(e,t,n){"use strict";n.empty={closed:!0,next:function(e){},error:function(e){throw e},complete:function(){}}},{}],18:[function(e,t,n){"use strict";var r=this&&this.__extends||function(e,t){function n(){this.constructor=e}for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r]);e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)},o=e("./util/isFunction"),i=e("./Subscription"),u=e("./Observer"),s=e("./symbol/rxSubscriber"),c=function(e){function t(n,r,o){switch(e.call(this),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=u.empty;break;case 1:if(!n){this.destination=u.empty;break}if("object"==typeof n){n instanceof t?(this.destination=n,this.destination.add(this)):(this.syncErrorThrowable=!0,this.destination=new a(this,n));break}default:this.syncErrorThrowable=!0,this.destination=new a(this,n,r,o)}}return r(t,e),t.prototype[s.$$rxSubscriber]=function(){return this},t.create=function(e,n,r){var o=new t(e,n,r);return o.syncErrorThrowable=!1,o},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this))},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){this.destination.error(e),this.unsubscribe()},t.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},t}(i.Subscription);n.Subscriber=c;var a=function(e){function t(t,n,r,i){e.call(this),this._parent=t;var u,s=this;o.isFunction(n)?u=n:n&&(s=n,u=n.next,r=n.error,i=n.complete,o.isFunction(s.unsubscribe)&&this.add(s.unsubscribe.bind(s)),s.unsubscribe=this.unsubscribe.bind(this)),this._context=s,this._next=u,this._error=r,this._complete=i}return r(t,e),t.prototype.next=function(e){if(!this.isStopped&&this._next){var t=this._parent;t.syncErrorThrowable?this.__tryOrSetError(t,this._next,e)&&this.unsubscribe():this.__tryOrUnsub(this._next,e)}},t.prototype.error=function(e){if(!this.isStopped){var t=this._parent;if(this._error)t.syncErrorThrowable?(this.__tryOrSetError(t,this._error,e),this.unsubscribe()):(this.__tryOrUnsub(this._error,e),this.unsubscribe());else{if(!t.syncErrorThrowable)throw this.unsubscribe(),e;t.syncErrorValue=e,t.syncErrorThrown=!0,this.unsubscribe()}}},t.prototype.complete=function(){if(!this.isStopped){var e=this._parent;this._complete?e.syncErrorThrowable?(this.__tryOrSetError(e,this._complete),this.unsubscribe()):(this.__tryOrUnsub(this._complete),this.unsubscribe()):this.unsubscribe()}},t.prototype.__tryOrUnsub=function(e,t){try{e.call(this._context,t)}catch(n){throw this.unsubscribe(),n}},t.prototype.__tryOrSetError=function(e,t,n){try{t.call(this._context,n)}catch(r){return e.syncErrorValue=r,e.syncErrorThrown=!0,!0}return!1},t.prototype._unsubscribe=function(){var e=this._parent;this._context=null,this._parent=null,e.unsubscribe()},t}(c)},{"./Observer":17,"./Subscription":19,"./symbol/rxSubscriber":21,"./util/isFunction":25}],19:[function(e,t,n){"use strict";var r=e("./util/isArray"),o=e("./util/isObject"),i=e("./util/isFunction"),u=e("./util/tryCatch"),s=e("./util/errorObject"),c=e("./util/UnsubscriptionError"),a=function(){function e(e){this.closed=!1,e&&(this._unsubscribe=e)}return e.prototype.unsubscribe=function(){var e,t=!1;if(!this.closed){this.closed=!0;var n=this,a=n._unsubscribe,l=n._subscriptions;if(this._subscriptions=null,i.isFunction(a)){var p=u.tryCatch(a).call(this);p===s.errorObject&&(t=!0,(e=e||[]).push(s.errorObject.e))}if(r.isArray(l))for(var f=-1,d=l.length;++f<d;){var b=l[f];if(o.isObject(b)){var p=u.tryCatch(b.unsubscribe).call(b);if(p===s.errorObject){t=!0,e=e||[];var h=s.errorObject.e;h instanceof c.UnsubscriptionError?e=e.concat(h.errors):e.push(h)}}}if(t)throw new c.UnsubscriptionError(e)}},e.prototype.add=function(t){if(!t||t===e.EMPTY)return e.EMPTY;if(t===this)return this;var n=t;switch(typeof t){case"function":n=new e(t);case"object":if(n.closed||"function"!=typeof n.unsubscribe)break;this.closed?n.unsubscribe():(this._subscriptions||(this._subscriptions=[])).push(n);break;default:throw new Error("unrecognized teardown "+t+" added to Subscription.")}return n},e.prototype.remove=function(t){if(null!=t&&t!==this&&t!==e.EMPTY){var n=this._subscriptions;if(n){var r=n.indexOf(t);r!==-1&&n.splice(r,1)}}},e.EMPTY=function(e){return e.closed=!0,e}(new e),e}();n.Subscription=a},{"./util/UnsubscriptionError":22,"./util/errorObject":23,"./util/isArray":24,"./util/isFunction":25,"./util/isObject":26,"./util/tryCatch":29}],20:[function(e,t,n){"use strict";function r(e){var t,n=e.Symbol;return"function"==typeof n?n.observable?t=n.observable:(t=n("observable"),n.observable=t):t="@@observable",t}var o=e("../util/root");n.getSymbolObservable=r,n.$$observable=r(o.root)},{"../util/root":27}],21:[function(e,t,n){"use strict";var r=e("../util/root"),o=r.root.Symbol;n.$$rxSubscriber="function"==typeof o&&"function"==typeof o["for"]?o["for"]("rxSubscriber"):"@@rxSubscriber"},{"../util/root":27}],22:[function(e,t,n){"use strict";var r=this&&this.__extends||function(e,t){function n(){this.constructor=e}for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r]);e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)},o=function(e){function t(t){e.call(this),this.errors=t;var n=Error.call(this,t?t.length+" errors occurred during unsubscription:\n "+t.map(function(e,t){return t+1+") "+e.toString()}).join("\n "):"");this.name=n.name="UnsubscriptionError",this.stack=n.stack,this.message=n.message}return r(t,e),t}(Error);n.UnsubscriptionError=o},{}],23:[function(e,t,n){"use strict";n.errorObject={e:{}}},{}],24:[function(e,t,n){"use strict";n.isArray=Array.isArray||function(e){return e&&"number"==typeof e.length}},{}],25:[function(e,t,n){"use strict";function r(e){return"function"==typeof e}n.isFunction=r},{}],26:[function(e,t,n){"use strict";function r(e){return null!=e&&"object"==typeof e}n.isObject=r},{}],27:[function(e,t,n){(function(e){"use strict";if(n.root="object"==typeof window&&window.window===window&&window||"object"==typeof self&&self.self===self&&self||"object"==typeof e&&e.global===e&&e,!n.root)throw new Error("RxJS could not find any global context (window, self, global)")}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],28:[function(e,t,n){"use strict";function r(e,t,n){if(e){if(e instanceof o.Subscriber)return e;if(e[i.$$rxSubscriber])return e[i.$$rxSubscriber]()}return e||t||n?new o.Subscriber(e,t,n):new o.Subscriber(u.empty)}var o=e("../Subscriber"),i=e("../symbol/rxSubscriber"),u=e("../Observer");n.toSubscriber=r},{"../Observer":17,"../Subscriber":18,"../symbol/rxSubscriber":21}],29:[function(e,t,n){"use strict";function r(){try{return i.apply(this,arguments)}catch(e){return u.errorObject.e=e,u.errorObject}}function o(e){return i=e,r}var i,u=e("./errorObject");n.tryCatch=o},{"./errorObject":23}]},{},[1]);
!function e(t,n,r){function o(u,c){if(!n[u]){if(!t[u]){var s="function"==typeof require&&require;if(!c&&s)return s(u,!0);if(i)return i(u,!0);var a=new Error("Cannot find module '"+u+"'");throw a.code="MODULE_NOT_FOUND",a}var l=n[u]={exports:{}};t[u][0].call(l.exports,function(e){var n=t[u][1][e];return o(n?n:e)},l,l.exports,e,t,n,r)}return n[u].exports}for(var i="function"==typeof require&&require,u=0;u<r.length;u++)o(r[u]);return o}({1:[function(e,t,n){"use strict";function r(e){for(var t in e)n.hasOwnProperty(t)||(n[t]=e[t])}var o=e("./ng1"),i=2e3,u=e("./plugins/device"),c=e("./plugins/http"),s=e("./plugins/inappbrowser"),a=e("./plugins/keyboard"),l=e("./plugins/splashscreen"),p=e("./plugins/statusbar"),f=e("./plugins/payment"),d=e("./plugins/appversion"),b=e("./plugins/call-number"),v=e("./plugins/nativestorage"),h=e("./plugins/bdpush"),g=e("./plugins/mtj");r(e("./plugins/device")),r(e("./plugins/http")),r(e("./plugins/inappbrowser")),r(e("./plugins/keyboard")),r(e("./plugins/splashscreen")),r(e("./plugins/statusbar")),r(e("./plugins/payment")),r(e("./plugins/appversion")),r(e("./plugins/call-number")),r(e("./plugins/nativestorage")),r(e("./plugins/bdpush")),r(e("./plugins/mtj")),window.IonicNative={Device:u.Device,HTTP:c.HTTP,InAppBrowser:s.InAppBrowser,Keyboard:a.Keyboard,Splashscreen:l.Splashscreen,StatusBar:p.StatusBar,Payment:f.Payment,AppVersion:d.AppVersion,CallNumber:b.CallNumber,NativeStorage:v.NativeStorage,BDPush:h.BDPush,MTJ:g.MTJ},o.initAngular1(window.IonicNative);var y=Date.now(),w=!1;document.addEventListener("deviceready",function(){console.log("DEVICE READY FIRED AFTER",Date.now()-y,"ms"),w=!0}),setTimeout(function(){!w&&window.cordova&&console.warn("Native: deviceready did not fire within "+i+"ms. This can happen when plugins are in an inconsistent state. Try removing plugins from plugins/ and reinstalling them.")},i)},{"./ng1":2,"./plugins/appversion":3,"./plugins/bdpush":4,"./plugins/call-number":5,"./plugins/device":6,"./plugins/http":7,"./plugins/inappbrowser":8,"./plugins/keyboard":9,"./plugins/mtj":10,"./plugins/nativestorage":11,"./plugins/payment":12,"./plugins/splashscreen":14,"./plugins/statusbar":15}],2:[function(e,t,n){"use strict";function r(e){if(window.angular){var t=window.angular.module("ionic.native",[]);for(var n in e){var r="$cordova"+n,o=e[n];!function(e,n,r){t.service(e,[function(){var e=window.angular.copy(n);return e.prototype.name=r,e}])}(r,o,n)}}}n.initAngular1=r},{}],3:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e.getAppName=function(){},e.getPackageName=function(){},e.getVersionCode=function(){},e.getVersionNumber=function(){},e}();r([o.Cordova()],i,"getAppName",null),r([o.Cordova()],i,"getPackageName",null),r([o.Cordova()],i,"getVersionCode",null),r([o.Cordova()],i,"getVersionNumber",null),i=r([o.Plugin({plugin:"cordova-plugin-app-version",pluginRef:"cordova.getAppVersion",repo:"https://github.com/whiteoctober/cordova-plugin-app-version",platforms:["Android","iOS"]})],i),n.AppVersion=i},{"./plugin":13}],4:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e.registerNotifications=function(){},e.unregisterNotifications=function(){},e}();r([o.Cordova()],i,"registerNotifications",null),r([o.Cordova()],i,"unregisterNotifications",null),i=r([o.Plugin({pluginName:"BDPush",plugin:"cordova-plugin-bdpush",pluginRef:"BDPush",repo:"",platforms:["iOS"]})],i),n.BDPush=i},{"./plugin":13}],5:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e.callNumber=function(e,t){},e}();r([o.Cordova({callbackOrder:"reverse"})],i,"callNumber",null),i=r([o.Plugin({plugin:"call-number",pluginRef:"plugins.CallNumber",repo:"https://github.com/Rohfosho/CordovaCallNumberPlugin",platforms:["iOS","Android"]})],i),n.CallNumber=i},{"./plugin":13}],6:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e}();r([o.CordovaProperty],i,"cordova",void 0),r([o.CordovaProperty],i,"model",void 0),r([o.CordovaProperty],i,"platform",void 0),r([o.CordovaProperty],i,"uuid",void 0),r([o.CordovaProperty],i,"version",void 0),r([o.CordovaProperty],i,"manufacturer",void 0),r([o.CordovaProperty],i,"isVirtual",void 0),r([o.CordovaProperty],i,"serial",void 0),i=r([o.Plugin({pluginName:"Device",plugin:"cordova-plugin-device",pluginRef:"device",repo:"https://github.com/apache/cordova-plugin-device"})],i),n.Device=i},{"./plugin":13}],7:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e.getBasicAuthHeader=function(e,t){},e.useBasicAuth=function(e,t){},e.setHeader=function(e,t){},e.enableSSLPinning=function(e){},e.acceptAllCerts=function(e){},e.validateDomainName=function(e){},e.post=function(e,t,n){},e.get=function(e,t,n){},e.uploadFile=function(e,t,n,r,o){},e.downloadFile=function(e,t,n,r){},e}();r([o.Cordova({sync:!0})],i,"getBasicAuthHeader",null),r([o.Cordova({sync:!0})],i,"useBasicAuth",null),r([o.Cordova({sync:!0})],i,"setHeader",null),r([o.Cordova()],i,"enableSSLPinning",null),r([o.Cordova()],i,"acceptAllCerts",null),r([o.Cordova()],i,"validateDomainName",null),r([o.Cordova()],i,"post",null),r([o.Cordova()],i,"get",null),r([o.Cordova()],i,"uploadFile",null),r([o.Cordova()],i,"downloadFile",null),i=r([o.Plugin({pluginName:"HTTP",plugin:"cordova-plugin-http",pluginRef:"cordovaHTTP",repo:"https://github.com/wymsee/cordova-HTTP",platforms:["Android","iOS"]})],i),n.HTTP=i},{"./plugin":13}],8:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=e("rxjs/Observable"),u=function(){function e(e,t,n){try{this._objectInstance=cordova.InAppBrowser.open(e,t,n)}catch(r){window.open(e),console.warn("Native: InAppBrowser is not installed or you are running on a browser. Falling back to window.open, all instance methods will NOT work.")}}return e.open=function(e,t,n){console.warn("Native: Your current usage of the InAppBrowser plugin is deprecated as of ionic-native@1.3.8. Please check the Ionic Native docs for the latest usage details.")},e.prototype.show=function(){},e.prototype.close=function(){},e.prototype.getCookieValue=function(e,t){},e.prototype.executeScript=function(e){},e.prototype.insertCss=function(e){},e.prototype.on=function(e){var t=this;return new i.Observable(function(n){return t._objectInstance.addEventListener(e,n.next.bind(n)),function(){return t._objectInstance.removeEventListener(e,n.next.bind(n))}})},e}();r([o.CordovaInstance({sync:!0})],u.prototype,"show",null),r([o.CordovaInstance({sync:!0})],u.prototype,"close",null),r([o.CordovaInstance()],u.prototype,"getCookieValue",null),r([o.CordovaInstance()],u.prototype,"executeScript",null),r([o.CordovaInstance()],u.prototype,"insertCss",null),u=r([o.Plugin({pluginName:"InAppBrowser",plugin:"cordova-plugin-inappbrowser",pluginRef:"cordova.InAppBrowser",repo:"https://github.com/apache/cordova-plugin-inappbrowser"})],u),n.InAppBrowser=u},{"./plugin":13,"rxjs/Observable":17}],9:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e.hideKeyboardAccessoryBar=function(e){},e.show=function(){},e.close=function(){},e.disableScroll=function(e){},e.onKeyboardShow=function(){},e.onKeyboardHide=function(){},e}();r([o.Cordova({sync:!0})],i,"hideKeyboardAccessoryBar",null),r([o.Cordova({sync:!0,platforms:["Android","BlackBerry 10","Windows"]})],i,"show",null),r([o.Cordova({sync:!0,platforms:["iOS","Android","BlackBerry 10","Windows"]})],i,"close",null),r([o.Cordova({sync:!0,platforms:["iOS","Windows"]})],i,"disableScroll",null),r([o.Cordova({eventObservable:!0,event:"native.keyboardshow",platforms:["iOS","Android","BlackBerry 10","Windows"]})],i,"onKeyboardShow",null),r([o.Cordova({eventObservable:!0,event:"native.keyboardhide",platforms:["iOS","Android","BlackBerry 10","Windows"]})],i,"onKeyboardHide",null),i=r([o.Plugin({pluginName:"Keyboard",plugin:"ionic-plugin-keyboard",pluginRef:"cordova.plugins.Keyboard",repo:"https://github.com/driftyco/ionic-plugin-keyboard"})],i),n.Keyboard=i},{"./plugin":13}],10:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e.eventStart=function(e,t){},e.eventEnd=function(e,t){},e.logEvent=function(e,t){},e.logEventWithDurationTime=function(e,t,n){},e.pageviewStartWithName=function(e){},e.pageviewEndWithName=function(e){},e}();r([o.Cordova()],i,"eventStart",null),r([o.Cordova()],i,"eventEnd",null),r([o.Cordova()],i,"logEvent",null),r([o.Cordova()],i,"logEventWithDurationTime",null),r([o.Cordova()],i,"pageviewStartWithName",null),r([o.Cordova()],i,"pageviewEndWithName",null),i=r([o.Plugin({pluginName:"MTJ",plugin:"cordova-plugin-mtj",pluginRef:"mtj",repo:"",platforms:["iOS"]})],i),n.MTJ=i},{"./plugin":13}],11:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e.setItem=function(e,t){},e.getItem=function(e){},e.remove=function(e){},e.clear=function(){},e}();r([o.Cordova()],i,"setItem",null),r([o.Cordova()],i,"getItem",null),r([o.Cordova()],i,"remove",null),r([o.Cordova()],i,"clear",null),i=r([o.Plugin({pluginName:"NativeStorage",plugin:"cordova-plugin-nativestorage",pluginRef:"NativeStorage",repo:"https://github.com/TheCocoaProject/cordova-plugin-nativestorage"})],i),n.NativeStorage=i},{"./plugin":13}],12:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e.alipay=function(e){},e.wxpay=function(e){},e}();r([o.Cordova()],i,"alipay",null),r([o.Cordova()],i,"wxpay",null),i=r([o.Plugin({pluginName:"Payment",plugin:"cordova-plugin-payment",pluginRef:"Payment",repo:"",platforms:["iOS"]})],i),n.Payment=i},{"./plugin":13}],13:[function(e,t,n){"use strict";function r(e,t,n,r){if(void 0===t&&(t={}),t.sync)return e;if("reverse"===t.callbackOrder)e.unshift(r),e.unshift(n);else if("node"===t.callbackStyle)e.push(function(e,t){e?r(e):n(t)});else if("object"===t.callbackStyle&&t.successName&&t.errorName){var o={};o[t.successName]=n,o[t.errorName]=r,e.push(o)}else if("undefined"!=typeof t.successIndex||"undefined"!=typeof t.errorIndex){var i=function(){t.successIndex>e.length?e[t.successIndex]=n:e.splice(t.successIndex,0,n)},u=function(){t.errorIndex>e.length?e[t.errorIndex]=r:e.splice(t.errorIndex,0,r)};t.successIndex>t.errorIndex?(u(),i()):(i(),u())}else e.push(n),e.push(r);return e}function o(e,t,o,i,u,c){void 0===i&&(i={}),o=r(o,i,u,c);var s=n.getPlugin(e.pluginRef);return s?w.get(window,e.pluginRef)[t].apply(s,o):window.cordova?(n.pluginWarn(e,t),{error:"plugin_not_installed"}):(n.cordovaWarn(e.pluginName,t),{error:"cordova_not_available"})}function i(e){var t=function(){return window.Promise?new Promise(function(t,n){e(t,n)}):void console.error("No Promise support or polyfill found. To enable Ionic Native support, please add the es6-promise polyfill before this script, or run with a library like Angular 1/2 or on a recent browser.")};if(window.angular){var n=window.angular.element(document.querySelector("[ng-app]")||document.body).injector();if(n){var r=n.get("$q");return r(function(t,n){e(t,n)})}return console.warn("Angular 1 was detected but $q couldn't be retrieved. This is usually when the app is not bootstrapped on the html or body tag. Falling back to native promises which won't trigger an automatic digest when promises resolve."),t()}return t()}function u(e,t,n,r){void 0===r&&(r={});var u,c,s=i(function(i,s){u=o(e,t,n,r,i,s),c=s});return u&&u.error&&(s["catch"](function(){}),c(u.error)),s}function c(e,t,n,r){return void 0===r&&(r={}),i(function(i,u){var c=o(e,t,n,r);c&&c.error&&u(c.error),c.then(i)["catch"](u)})}function s(e,t,n,r){return void 0===r&&(r={}),new m.Observable(function(i){var u=o(e,t,n,r,i.next.bind(i),i.error.bind(i));return u&&u.error&&i.error(u.error),function(){try{if(r.clearFunction)return r.clearWithArgs?o(e,r.clearFunction,n,r,i.next.bind(i),i.error.bind(i)):w.get(window,e.pluginRef)[r.clearFunction].call(e,u)}catch(c){console.warn("Unable to clear the previous observable watch for",e.pluginName,t),console.error(c)}}})}function a(e,t,n,o,i,u){return void 0===o&&(o={}),n=r(n,o,i,u),e._objectInstance[t].apply(e._objectInstance,n)}function l(e,t,n){return void 0===n&&(n={}),function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return n.sync?a(e,t,r,n):n.observable?new m.Observable(function(o){var i=a(e,t,r,n,o.next.bind(o),o.error.bind(o));return function(){try{return n.clearWithArgs?e._objectInstance[n.clearFunction].apply(e._objectInstance,r):e._objectInstance[n.clearFunction].call(e,i)}catch(o){console.warn("Unable to clear the previous observable watch for",e.pluginName,t),console.error(o)}}}):i(n.otherPromise?function(o,i){var u=a(e,t,r,n,o,i);u.then(o,i)}:function(o,i){a(e,t,r,n,o,i)})}}function p(e){return new m.Observable(function(t){return window.addEventListener(e,t.next.bind(t),!1),function(){return window.removeEventListener(e,t.next.bind(t),!1)}})}function f(e,t,r,o){return void 0===o&&(o={}),new m.Observable(function(r){var o=n.getPlugin(e.pluginRef);if(!o)return window.cordova||(n.cordovaWarn(e.pluginName,t),r.error({error:"cordova_not_available"})),n.pluginWarn(e,t),void r.error({error:"plugin_not_installed"});var i=o[t];return i?void(o[t]=r.next.bind(r)):(r.error({error:"no_such_method"}),void r.complete())})}function d(e){return function(t){for(var r in e)t[r]=e[r];return t.installed=function(t){return!!n.getPlugin(e.pluginRef)},t.getPlugin=function(){return n.getPlugin(e.pluginRef)},t.checkInstall=function(){var r=n.getPlugin(e.pluginRef);return!!r||(n.pluginWarn(t),!1)},t}}function b(e){return void 0===e&&(e={}),function(t,r,o){return{value:function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return n.wrap(this,r,e).apply(this,t)}}}}function v(e){return void 0===e&&(e={}),function(t,n){return{value:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return l(this,n,e).apply(this,t)}}}}function h(e,t){var r=function(){var r=n.getPlugin(e.pluginRef);return!!r||(n.pluginWarn(e,t),!1)};Object.defineProperty(e,t,{get:function(){return r()?n.getPlugin(e.pluginRef)[t]:{}},set:function(o){r()&&(n.getPlugin(e.pluginRef)[t]=o)}})}function g(e,t){Object.defineProperty(e,t,{get:function(){return this._objectInstance[t]},set:function(e){this._objectInstance[t]=e}})}function y(e){return void 0===e&&(e={}),function(t,n,r){return{value:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return f(this,n,e)}}}}var w=e("../util"),m=e("rxjs/Observable");n.getPlugin=function(e){return w.get(window,e)},n.pluginWarn=function(e,t){var n=e.pluginName,r=e.plugin;t?console.warn("Native: tried calling "+n+"."+t+", but the "+n+" plugin is not installed."):console.warn("Native: tried accessing the "+n+" plugin but it's not installed."),console.warn("Install the "+n+" plugin: 'ionic plugin add "+r+"'")},n.cordovaWarn=function(e,t){t?console.warn("Native: tried calling "+e+"."+t+", but Cordova is not available. Make sure to include cordova.js or run in a device/simulator"):console.warn("Native: tried accessing the "+e+" plugin but Cordova is not available. Make sure to include cordova.js or run in a device/simulator")},n.getPromise=i,n.wrap=function(e,t,n){return void 0===n&&(n={}),function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return n.sync?o(e,t,r,n):n.observable?s(e,t,r,n):n.eventObservable&&n.event?p(n.event):n.otherPromise?c(e,t,r,n):u(e,t,r,n)}},n.Plugin=d,n.Cordova=b,n.CordovaInstance=v,n.CordovaProperty=h,n.InstanceProperty=g,n.CordovaFunctionOverride=y},{"../util":16,"rxjs/Observable":17}],14:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e.show=function(){},e.hide=function(){},e}();r([o.Cordova({sync:!0})],i,"show",null),r([o.Cordova({sync:!0})],i,"hide",null),i=r([o.Plugin({pluginName:"Splashscreen",plugin:"cordova-plugin-splashscreen",pluginRef:"navigator.splashscreen",repo:"https://github.com/apache/cordova-plugin-splashscreen"})],i),n.Splashscreen=i},{"./plugin":13}],15:[function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,u=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,n,r);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(u=(i<3?o(u):i>3?o(t,n,u):o(t,n))||u);return i>3&&u&&Object.defineProperty(t,n,u),u},o=e("./plugin"),i=function(){function e(){}return e.overlaysWebView=function(e){},e.styleDefault=function(){},e.styleLightContent=function(){},e.styleBlackTranslucent=function(){},e.styleBlackOpaque=function(){},e.backgroundColorByName=function(e){},e.backgroundColorByHexString=function(e){},e.hide=function(){},e.show=function(){},e}();r([o.Cordova({sync:!0})],i,"overlaysWebView",null),r([o.Cordova({sync:!0})],i,"styleDefault",null),r([o.Cordova({sync:!0})],i,"styleLightContent",null),r([o.Cordova({sync:!0})],i,"styleBlackTranslucent",null),r([o.Cordova({sync:!0})],i,"styleBlackOpaque",null),r([o.Cordova({sync:!0})],i,"backgroundColorByName",null),r([o.Cordova({sync:!0})],i,"backgroundColorByHexString",null),r([o.Cordova({sync:!0})],i,"hide",null),r([o.Cordova({sync:!0})],i,"show",null),r([o.CordovaProperty],i,"isVisible",void 0),i=r([o.Plugin({pluginName:"StatusBar",plugin:"cordova-plugin-statusbar",pluginRef:"StatusBar",repo:"https://github.com/apache/cordova-plugin-statusbar",platforms:["iOS","Android","Windows Phone 8","Windows 8","Windows 10"]})],i),n.StatusBar=i},{"./plugin":13}],16:[function(e,t,n){"use strict";function r(e,t){for(var n=0,t=t.split("."),r=t.length;n<r;n++){if(!e)return null;e=e[t[n]]}return e}n.get=r},{}],17:[function(e,t,n){"use strict";var r=e("./util/root"),o=e("./util/toSubscriber"),i=e("./symbol/observable"),u=function(){function e(e){this._isScalar=!1,e&&(this._subscribe=e)}return e.prototype.lift=function(t){var n=new e;return n.source=this,n.operator=t,n},e.prototype.subscribe=function(e,t,n){var r=this.operator,i=o.toSubscriber(e,t,n);if(r?r.call(i,this.source):i.add(this._subscribe(i)),i.syncErrorThrowable&&(i.syncErrorThrowable=!1,i.syncErrorThrown))throw i.syncErrorValue;return i},e.prototype.forEach=function(e,t){var n=this;if(t||(r.root.Rx&&r.root.Rx.config&&r.root.Rx.config.Promise?t=r.root.Rx.config.Promise:r.root.Promise&&(t=r.root.Promise)),!t)throw new Error("no Promise impl found");return new t(function(t,r){var o=n.subscribe(function(t){if(o)try{e(t)}catch(n){r(n),o.unsubscribe()}else e(t)},r,t)})},e.prototype._subscribe=function(e){return this.source.subscribe(e)},e.prototype[i.$$observable]=function(){return this},e.create=function(t){return new e(t)},e}();n.Observable=u},{"./symbol/observable":21,"./util/root":28,"./util/toSubscriber":29}],18:[function(e,t,n){"use strict";n.empty={closed:!0,next:function(e){},error:function(e){throw e},complete:function(){}}},{}],19:[function(e,t,n){"use strict";var r=this&&this.__extends||function(e,t){function n(){this.constructor=e}for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r]);e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)},o=e("./util/isFunction"),i=e("./Subscription"),u=e("./Observer"),c=e("./symbol/rxSubscriber"),s=function(e){function t(n,r,o){switch(e.call(this),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=u.empty;break;case 1:if(!n){this.destination=u.empty;break}if("object"==typeof n){n instanceof t?(this.destination=n,this.destination.add(this)):(this.syncErrorThrowable=!0,this.destination=new a(this,n));break}default:this.syncErrorThrowable=!0,this.destination=new a(this,n,r,o)}}return r(t,e),t.prototype[c.$$rxSubscriber]=function(){return this},t.create=function(e,n,r){var o=new t(e,n,r);return o.syncErrorThrowable=!1,o},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this))},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){this.destination.error(e),this.unsubscribe()},t.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},t}(i.Subscription);n.Subscriber=s;var a=function(e){function t(t,n,r,i){e.call(this),this._parent=t;var u,c=this;o.isFunction(n)?u=n:n&&(c=n,u=n.next,r=n.error,i=n.complete,o.isFunction(c.unsubscribe)&&this.add(c.unsubscribe.bind(c)),c.unsubscribe=this.unsubscribe.bind(this)),this._context=c,this._next=u,this._error=r,this._complete=i}return r(t,e),t.prototype.next=function(e){if(!this.isStopped&&this._next){var t=this._parent;t.syncErrorThrowable?this.__tryOrSetError(t,this._next,e)&&this.unsubscribe():this.__tryOrUnsub(this._next,e)}},t.prototype.error=function(e){if(!this.isStopped){var t=this._parent;if(this._error)t.syncErrorThrowable?(this.__tryOrSetError(t,this._error,e),this.unsubscribe()):(this.__tryOrUnsub(this._error,e),this.unsubscribe());else{if(!t.syncErrorThrowable)throw this.unsubscribe(),e;t.syncErrorValue=e,t.syncErrorThrown=!0,this.unsubscribe()}}},t.prototype.complete=function(){if(!this.isStopped){var e=this._parent;this._complete?e.syncErrorThrowable?(this.__tryOrSetError(e,this._complete),this.unsubscribe()):(this.__tryOrUnsub(this._complete),this.unsubscribe()):this.unsubscribe()}},t.prototype.__tryOrUnsub=function(e,t){try{e.call(this._context,t)}catch(n){throw this.unsubscribe(),n}},t.prototype.__tryOrSetError=function(e,t,n){try{t.call(this._context,n)}catch(r){return e.syncErrorValue=r,e.syncErrorThrown=!0,!0}return!1},t.prototype._unsubscribe=function(){var e=this._parent;this._context=null,this._parent=null,e.unsubscribe()},t}(s)},{"./Observer":18,"./Subscription":20,"./symbol/rxSubscriber":22,"./util/isFunction":26}],20:[function(e,t,n){"use strict";var r=e("./util/isArray"),o=e("./util/isObject"),i=e("./util/isFunction"),u=e("./util/tryCatch"),c=e("./util/errorObject"),s=e("./util/UnsubscriptionError"),a=function(){function e(e){this.closed=!1,e&&(this._unsubscribe=e)}return e.prototype.unsubscribe=function(){var e,t=!1;if(!this.closed){this.closed=!0;var n=this,a=n._unsubscribe,l=n._subscriptions;if(this._subscriptions=null,i.isFunction(a)){var p=u.tryCatch(a).call(this);p===c.errorObject&&(t=!0,(e=e||[]).push(c.errorObject.e))}if(r.isArray(l))for(var f=-1,d=l.length;++f<d;){var b=l[f];if(o.isObject(b)){var p=u.tryCatch(b.unsubscribe).call(b);if(p===c.errorObject){t=!0,e=e||[];var v=c.errorObject.e;v instanceof s.UnsubscriptionError?e=e.concat(v.errors):e.push(v)}}}if(t)throw new s.UnsubscriptionError(e)}},e.prototype.add=function(t){if(!t||t===e.EMPTY)return e.EMPTY;if(t===this)return this;var n=t;switch(typeof t){case"function":n=new e(t);case"object":if(n.closed||"function"!=typeof n.unsubscribe)break;this.closed?n.unsubscribe():(this._subscriptions||(this._subscriptions=[])).push(n);break;default:throw new Error("unrecognized teardown "+t+" added to Subscription.")}return n},e.prototype.remove=function(t){if(null!=t&&t!==this&&t!==e.EMPTY){var n=this._subscriptions;if(n){var r=n.indexOf(t);r!==-1&&n.splice(r,1)}}},e.EMPTY=function(e){return e.closed=!0,e}(new e),e}();n.Subscription=a},{"./util/UnsubscriptionError":23,"./util/errorObject":24,"./util/isArray":25,"./util/isFunction":26,"./util/isObject":27,"./util/tryCatch":30}],21:[function(e,t,n){"use strict";function r(e){var t,n=e.Symbol;return"function"==typeof n?n.observable?t=n.observable:(t=n("observable"),n.observable=t):t="@@observable",t}var o=e("../util/root");n.getSymbolObservable=r,n.$$observable=r(o.root)},{"../util/root":28}],22:[function(e,t,n){"use strict";var r=e("../util/root"),o=r.root.Symbol;n.$$rxSubscriber="function"==typeof o&&"function"==typeof o["for"]?o["for"]("rxSubscriber"):"@@rxSubscriber"},{"../util/root":28}],23:[function(e,t,n){"use strict";var r=this&&this.__extends||function(e,t){function n(){this.constructor=e}for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r]);e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)},o=function(e){function t(t){e.call(this),this.errors=t;var n=Error.call(this,t?t.length+" errors occurred during unsubscription:\n "+t.map(function(e,t){return t+1+") "+e.toString()}).join("\n "):"");this.name=n.name="UnsubscriptionError",this.stack=n.stack,this.message=n.message}return r(t,e),t}(Error);n.UnsubscriptionError=o},{}],24:[function(e,t,n){"use strict";n.errorObject={e:{}}},{}],25:[function(e,t,n){"use strict";n.isArray=Array.isArray||function(e){return e&&"number"==typeof e.length}},{}],26:[function(e,t,n){"use strict";function r(e){return"function"==typeof e}n.isFunction=r},{}],27:[function(e,t,n){"use strict";function r(e){return null!=e&&"object"==typeof e}n.isObject=r},{}],28:[function(e,t,n){(function(e){"use strict";if(n.root="object"==typeof window&&window.window===window&&window||"object"==typeof self&&self.self===self&&self||"object"==typeof e&&e.global===e&&e,!n.root)throw new Error("RxJS could not find any global context (window, self, global)")}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],29:[function(e,t,n){"use strict";function r(e,t,n){if(e){if(e instanceof o.Subscriber)return e;if(e[i.$$rxSubscriber])return e[i.$$rxSubscriber]()}return e||t||n?new o.Subscriber(e,t,n):new o.Subscriber(u.empty)}var o=e("../Subscriber"),i=e("../symbol/rxSubscriber"),u=e("../Observer");n.toSubscriber=r},{"../Observer":18,"../Subscriber":19,"../symbol/rxSubscriber":22}],30:[function(e,t,n){"use strict";function r(){try{return i.apply(this,arguments)}catch(e){return u.errorObject.e=e,u.errorObject}}function o(e){return i=e,r}var i,u=e("./errorObject");n.tryCatch=o},{"./errorObject":24}]},{},[1]);
{
"name": "bce-native",
"version": "1.5.0",
"version": "1.6.0",
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support. Fork from ionic-native 2.2.13",

@@ -5,0 +5,0 @@ "main": "dist/es5/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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