Socket
Socket
Sign inDemoInstall

@ionic-native/core

Package Overview
Dependencies
Maintainers
6
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic-native/core - npm Package Compare versions

Comparing version 5.20.0 to 5.21.0

1

decorators/common.d.ts

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

/// <reference types="cordova" />
import { CordovaOptions } from './interfaces';

@@ -3,0 +2,0 @@ export declare const ERR_CORDOVA_NOT_AVAILABLE: {

21

ionic-native-plugin.js

@@ -11,3 +11,4 @@ import { checkAvailability } from './decorators/common';

IonicNativePlugin.installed = function () {
return checkAvailability(this.pluginRef) === true;
var isAvailable = checkAvailability(this.pluginRef) === true;
return isAvailable;
};

@@ -27,3 +28,4 @@ /**

IonicNativePlugin.getPluginName = function () {
return this.pluginName;
var pluginName = this.pluginName;
return pluginName;
};

@@ -34,3 +36,4 @@ /**

IonicNativePlugin.getPluginRef = function () {
return this.pluginRef;
var pluginRef = this.pluginRef;
return pluginRef;
};

@@ -41,3 +44,4 @@ /**

IonicNativePlugin.getPluginInstallName = function () {
return this.plugin;
var plugin = this.plugin;
return plugin;
};

@@ -48,4 +52,11 @@ /**

IonicNativePlugin.getSupportedPlatforms = function () {
return this.platforms || [];
var platform = this.platforms;
return platform;
};
IonicNativePlugin.pluginName = '';
IonicNativePlugin.pluginRef = '';
IonicNativePlugin.plugin = '';
IonicNativePlugin.repo = '';
IonicNativePlugin.platforms = [];
IonicNativePlugin.install = '';
return IonicNativePlugin;

@@ -52,0 +63,0 @@ }());

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

[{"__symbolic":"module","version":4,"metadata":{"IonicNativePlugin":{"__symbolic":"class","statics":{"pluginName":{"__symbolic":"error","message":"Variable not initialized","line":4,"character":9},"pluginRef":{"__symbolic":"error","message":"Variable not initialized","line":6,"character":9},"plugin":{"__symbolic":"error","message":"Variable not initialized","line":8,"character":9},"repo":{"__symbolic":"error","message":"Variable not initialized","line":10,"character":9},"platforms":{"__symbolic":"error","message":"Variable not initialized","line":12,"character":9},"install":{"__symbolic":"error","message":"Variable not initialized","line":14,"character":9},"installed":{"__symbolic":"function","parameters":[],"value":{"__symbolic":"binop","operator":"===","left":{"__symbolic":"call","expression":{"__symbolic":"reference","module":"./decorators/common","name":"checkAvailability","line":21,"character":11},"arguments":[{"__symbolic":"error","message":"Expression form not supported","line":21,"character":29}]},"right":true}},"getPluginName":{"__symbolic":"function","parameters":[],"value":{"__symbolic":"error","message":"Expression form not supported","line":38,"character":11}},"getPluginRef":{"__symbolic":"function","parameters":[],"value":{"__symbolic":"error","message":"Expression form not supported","line":45,"character":11}},"getPluginInstallName":{"__symbolic":"function","parameters":[],"value":{"__symbolic":"error","message":"Expression form not supported","line":52,"character":11}},"getSupportedPlatforms":{"__symbolic":"function","parameters":[],"value":{"__symbolic":"binop","operator":"||","left":{"__symbolic":"error","message":"Expression form not supported","line":59,"character":11},"right":[]}}}}}}]
[{"__symbolic":"module","version":4,"metadata":{"IonicNativePlugin":{"__symbolic":"class","statics":{"pluginName":"","pluginRef":"","plugin":"","repo":"","platforms":[],"install":""}}}}]

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

{"description":"Ionic Native - Native plugins for ionic apps","module":"index.js","typings":"index.d.ts","author":"ionic","license":"MIT","repository":{"type":"git","url":"https://github.com/ionic-team/ionic-native.git"},"name":"@ionic-native/core","dependencies":{"@types/cordova":"latest"},"peerDependencies":{"rxjs":"^5.5.0 || ^6.5.0"},"version":"5.20.0"}
{"description":"Ionic Native - Native plugins for ionic apps","module":"index.js","typings":"index.d.ts","author":"ionic","license":"MIT","repository":{"type":"git","url":"https://github.com/ionic-team/ionic-native.git"},"name":"@ionic-native/core","dependencies":{"@types/cordova":"latest"},"peerDependencies":{"rxjs":"^5.5.0 || ^6.5.0"},"version":"5.21.0"}

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

/// <reference types="cordova" />
/**

@@ -3,0 +2,0 @@ * @private

Sorry, the diff of this file is not supported yet

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