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

cordova-plugin-ionic

Package Overview
Dependencies
Maintainers
5
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.3.0 to 5.3.1

3

CHANGELOG.md
Changelog
======
## 5.3.1
* Add cordova-plugin-whitelist dependency ([#215] (https://github.com/ionic-team/cordova-plugin-ionic/pull/215))
## 5.3.0

@@ -4,0 +7,0 @@ * Added an 'incompatibleUpdateAvailable' property to the 'CheckForUpdateResponse' ([#204] (https://github.com/ionic-team/cordova-plugin-ionic/pull/204))

5

package.json
{
"name": "cordova-plugin-ionic",
"version": "5.3.0",
"version": "5.3.1",
"cordova": {

@@ -18,3 +18,4 @@ "id": "cordova-plugin-ionic",

"cordova-plugin-file": ">=6.0.1",
"cordova-plugin-webview": ">=2.1.0"
"cordova-plugin-ionic-webview": ">=2.1.0",
"cordova-plugin-whitelist": ">=1.3.3"
},

@@ -21,0 +22,0 @@ "4.1.7": {

@@ -14,2 +14,4 @@ Ionic Cordova SDK

**NOTE**: The plugin delays the cordova ready event until it finish checking for updates and add this preference to the app `<preference name="AutoHideSplashScreen" value="false"/>`, which makes the Splash Screen to not go away automatically. All Ionic templates run `this.splashScreen.hide();` on cordova ready event, but if it was removed it should be added back. Alternatively the app can add `<preference name="AutoHideSplashScreen" value="true"/>` to override the value added by the plugin, but that can lead to the Splash Screen going away before the download is complete.
## Live Updates

@@ -38,4 +40,4 @@

* [IonicCordova](docs/interfaces/_ioniccordova_d_.ipluginbaseapi.md)
* [IonicCordova.deploy](docs/interfaces/_ioniccordova_d_.ideploypluginapi.md)
* [IonicCordova](docs/interfaces/ipluginbaseapi.md)
* [IonicCordova.deploy](docs/interfaces/ideploypluginapi.md)

@@ -42,0 +44,0 @@ ### External modules

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

private MANIFEST_FILE = 'pro-manifest.json';
public PLUGIN_VERSION = '5.3.0';
public PLUGIN_VERSION = '5.3.1';

@@ -69,0 +69,0 @@ constructor(appInfo: IAppInfo, preferences: ISavedPreferences) {

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