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.3 to 5.2.4

9

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

@@ -40,3 +40,3 @@ "id": "cordova-plugin-ionic",

"build": "npm run clean && tsc",
"sync-plugin-xml": "sync-cordova-xml package.json plugin.xml --output=plugin.xml",
"sync-plugin-xml": "sync-cordova-xml2 package.json plugin.xml --output=plugin.xml",
"version": "npm run sync-plugin-xml && git add plugin.xml && ./update-plugin-version-code.sh",

@@ -50,2 +50,5 @@ "prepublishOnly": "npm run build",

"issue": "https://github.com/ionic-team/cordova-plugin-ionic/issues",
"bugs": {
"url": "https://github.com/ionic-team/cordova-plugin-ionic/issues"
},
"keywords": [

@@ -87,3 +90,3 @@ "ionic",

"rimraf": "^2.6.2",
"sync-cordova-xml": "^0.4.0",
"sync-cordova-xml2": "0.0.2",
"ts-jest": "^22.4.2",

@@ -90,0 +93,0 @@ "tslint": "^5.9.1",

@@ -305,2 +305,14 @@ interface Window {

/**
* Equivalent to available since v5 this can be ignored in favor of available
* @deprecated
*/
compatible: boolean;
/**
* Legacy indicator of whether the update is a partial one. This will always be false and can be ignored
* @deprecated
*/
partial: false;
/**
* The id of the snapshot if available.

@@ -307,0 +319,0 @@ */

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

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

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

}
return {available: false};
return {available: false, compatible: false, partial: false};
}

@@ -730,0 +730,0 @@

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

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