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.4 to 6.3.5

2

out/AppUpdater.js

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

await taskOptions.task(tempUpdateFile, downloadOptions, packageFile, removeFileIfAny);
await (0, fs_extra_1.rename)(tempUpdateFile, updateFile);
await (0, builder_util_runtime_1.retry)(() => (0, fs_extra_1.rename)(tempUpdateFile, updateFile), 60, 500, 0, 0, error => error instanceof Error && /^EBUSY:/.test(error.message));
}

@@ -571,0 +571,0 @@ catch (e) {

{
"name": "electron-updater",
"version": "6.3.4",
"version": "6.3.5",
"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.5"
"builder-util-runtime": "9.2.6"
},

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

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