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 4.6.1 to 4.6.2

9

CHANGELOG.md
## 4.3.0
## 4.6.2
### Patch Changes
- [#6390](https://github.com/electron-userland/electron-builder/pull/6390) [`a5e8073e`](https://github.com/electron-userland/electron-builder/commit/a5e8073e21b1ff791905cdb4ab011a724533d8c1) Thanks [@Nokel81](https://github.com/Nokel81)! - Fix updating only on demand not working on macOS
- Updated dependencies [[`66ca625f`](https://github.com/electron-userland/electron-builder/commit/66ca625f892329fd7bedf52fddc6659ec83b7cd3)]:
- builder-util-runtime@8.9.2
## 4.6.1

@@ -4,0 +13,0 @@

9

out/MacUpdater.js

@@ -159,6 +159,13 @@ "use strict";

else {
// quit and install as soon as Squirrel get the update
// Quit and install as soon as Squirrel get the update
this.nativeUpdater.on("update-downloaded", () => {
this.nativeUpdater.quitAndInstall();
});
if (!this.autoInstallOnAppQuit) {
/**
* If this was not `true` previously then MacUpdater.doDownloadUpdate()
* would not actually initiate the downloading by electron's autoUpdater
*/
this.nativeUpdater.checkForUpdates();
}
}

@@ -165,0 +172,0 @@ }

4

package.json
{
"name": "electron-updater",
"version": "4.6.1",
"version": "4.6.2",
"description": "Cross platform updater for electron applications",

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

"@types/semver": "^7.3.6",
"builder-util-runtime": "8.9.1",
"builder-util-runtime": "8.9.2",
"fs-extra": "^10.0.0",

@@ -23,0 +23,0 @@ "js-yaml": "^4.1.0",

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