Socket
Socket
Sign inDemoInstall

electron-updater

Package Overview
Dependencies
Maintainers
2
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-updater - npm Package Compare versions

Comparing version 6.3.7 to 6.3.8

2

out/differentialDownloader/DifferentialDownloader.js

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

}
catch (ignored) {
catch (_ignored) {
// ok, give up and ignore error

@@ -87,0 +87,0 @@ }

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

}
catch (ignore) {
catch (_ignore) {
// ignore

@@ -90,3 +90,2 @@ }

async getValidCachedUpdateFile(fileInfo, logger) {
var _a;
const updateInfoFilePath = this.getUpdateInfoFile();

@@ -110,3 +109,3 @@ const doesUpdateInfoFileExist = await (0, fs_extra_1.pathExists)(updateInfoFilePath);

}
const isCachedInfoFileNameValid = (_a = (cachedInfo === null || cachedInfo === void 0 ? void 0 : cachedInfo.fileName) !== null) !== null && _a !== void 0 ? _a : false;
const isCachedInfoFileNameValid = (cachedInfo === null || cachedInfo === void 0 ? void 0 : cachedInfo.fileName) !== null;
if (!isCachedInfoFileNameValid) {

@@ -113,0 +112,0 @@ logger.warn(`Cached update info is corrupted: no fileName, directory for cached update will be cleaned`);

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

}
catch (ignored) {
catch (_ignored) {
// ignore

@@ -74,0 +74,0 @@ }

{
"name": "electron-updater",
"version": "6.3.7",
"version": "6.3.8",
"description": "Cross platform updater for electron applications",

@@ -26,3 +26,3 @@ "main": "out/main.js",

"tiny-typed-emitter": "^2.1.0",
"builder-util-runtime": "9.2.8"
"builder-util-runtime": "9.2.9"
},

@@ -29,0 +29,0 @@ "devDependencies": {

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