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.0.4 to 5.0.5-rc.1

2

CHANGELOG.md
Changelog
======
## 5.0.4
## 5.0.5

@@ -6,0 +6,0 @@ * Rebuild a deploy directory in the case where the binary version has changed since the update was downloaded.

@@ -50,3 +50,3 @@ "use strict";

this.SNAPSHOT_CACHE = 'ionic_built_snapshots';
this.PLUGIN_VERSION = '5.0.4';
this.PLUGIN_VERSION = '5.0.5';
this.appInfo = appInfo;

@@ -128,6 +128,5 @@ this._savedPreferences = preferences;

const endpoint = `${prefs.host}/apps/${prefs.appId}/channels/check-device`;
// TODO: Need to send UUID device details for unique device metrics
const device_details = {
binary_version: appInfo.bundleVersion,
device_id: appInfo.device,
device_id: appInfo.device || null,
platform: appInfo.platform,

@@ -134,0 +133,0 @@ platform_version: appInfo.platformVersion,

{
"name": "cordova-plugin-ionic",
"version": "5.0.4",
"version": "5.0.5-rc.1",
"cordova": {

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

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

public SNAPSHOT_CACHE = 'ionic_built_snapshots';
public PLUGIN_VERSION = '5.0.4';
public PLUGIN_VERSION = '5.0.5';

@@ -140,6 +140,5 @@ constructor(appInfo: IAppInfo, preferences: ISavedPreferences) {

// TODO: Need to send UUID device details for unique device metrics
const device_details = {
binary_version: appInfo.bundleVersion,
device_id: appInfo.device,
device_id: appInfo.device || null,
platform: appInfo.platform,

@@ -149,2 +148,3 @@ platform_version: appInfo.platformVersion,

};
const body = {

@@ -151,0 +151,0 @@ channel_name: prefs.channel,

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