Socket
Socket
Sign inDemoInstall

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.2.8 to 5.2.9-0

2

package.json
{
"name": "cordova-plugin-ionic",
"version": "5.2.8",
"version": "5.2.9-0",
"cordova": {

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

@@ -378,2 +378,7 @@ interface Window {

device: string;
/**
* Directory where the snapshots are stored
*/
dataDirectory: string;
}

@@ -380,0 +385,0 @@

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

private MANIFEST_FILE = 'pro-manifest.json';
public PLUGIN_VERSION = '5.2.8';
public PLUGIN_VERSION = '5.2.9-0';

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

getSnapshotCacheDir(versionId: string): string {
return Path.join(cordova.file.dataDirectory, this.SNAPSHOT_CACHE, versionId);
return Path.join(this.appInfo.dataDirectory, this.SNAPSHOT_CACHE, versionId);
}

@@ -121,0 +121,0 @@

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