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

cordova-plugin-ionic

Package Overview
Dependencies
Maintainers
2
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-ionic - npm Package Compare versions

Comparing version 5.2.4 to 5.2.5-0

2

package.json
{
"name": "cordova-plugin-ionic",
"version": "5.2.4",
"version": "5.2.5-0",
"cordova": {

@@ -5,0 +5,0 @@ "id": "cordova-plugin-ionic",

@@ -61,3 +61,3 @@ /// <reference path="../types/IonicCordova.d.ts" />

private MANIFEST_FILE = 'pro-manifest.json';
public PLUGIN_VERSION = '5.2.4';
public PLUGIN_VERSION = '5.2.5-0';

@@ -149,3 +149,3 @@ constructor(appInfo: IAppInfo, preferences: ISavedPreferences) {

const device_details = {
binary_version: appInfo.binaryVersionName,
binary_version: prefs.binaryVersionName,
device_id: appInfo.device || null,

@@ -186,4 +186,4 @@ platform: appInfo.platform,

prefs.availableUpdate = {
binaryVersionCode: appInfo.binaryVersionCode,
binaryVersionName: appInfo.binaryVersionName,
binaryVersionCode: prefs.binaryVersionCode,
binaryVersionName: prefs.binaryVersionName,
channel: prefs.channel,

@@ -641,5 +641,2 @@ state: UpdateState.Available,

const appInfo = await this.parent.getAppDetails();
preferences.binaryVersionName = appInfo.binaryVersionName;
preferences.binaryVersionCode = appInfo.binaryVersionCode;
preferences.binaryVersion = appInfo.binaryVersionName;
const delegate = new IonicDeployImpl(appInfo, preferences);

@@ -646,0 +643,0 @@ // Only initialize start the plugin if fetch is available and DisableDeploy preference is false

Sorry, the diff of this file is not supported yet

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

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 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