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 5.0.0 to 5.0.1

4

out/MacUpdater.js

@@ -190,6 +190,6 @@ "use strict";

var _a;
(_a = this.server) === null || _a === void 0 ? void 0 : _a.close();
if (this.squirrelDownloadedUpdate) {
// update already fetched by Squirrel, it's ready to install
this.nativeUpdater.quitAndInstall();
(_a = this.server) === null || _a === void 0 ? void 0 : _a.close();
}

@@ -199,3 +199,5 @@ else {

this.nativeUpdater.on("update-downloaded", () => {
var _a;
this.nativeUpdater.quitAndInstall();
(_a = this.server) === null || _a === void 0 ? void 0 : _a.close();
});

@@ -202,0 +204,0 @@ if (!this.autoInstallOnAppQuit) {

{
"name": "electron-updater",
"version": "5.0.0",
"version": "5.0.1",
"description": "Cross platform updater for electron applications",

@@ -5,0 +5,0 @@ "main": "out/main.js",

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