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.2.2 to 5.2.3

4

out/AppUpdater.d.ts

@@ -133,5 +133,5 @@ /// <reference types="node" />

* Start downloading update manually. You can use this method if `autoDownload` option is set to `false`.
* @returns {Promise<string>} Path to downloaded file.
* @returns {Promise<Array<string>>} Paths to downloaded files.
*/
downloadUpdate(cancellationToken?: CancellationToken): Promise<any>;
downloadUpdate(cancellationToken?: CancellationToken): Promise<Array<string>>;
protected dispatchError(e: Error): void;

@@ -138,0 +138,0 @@ protected dispatchUpdateDownloaded(event: UpdateDownloadedEvent): void;

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

* Start downloading update manually. You can use this method if `autoDownload` option is set to `false`.
* @returns {Promise<string>} Path to downloaded file.
* @returns {Promise<Array<string>>} Paths to downloaded files.
*/

@@ -351,0 +351,0 @@ downloadUpdate(cancellationToken = new builder_util_runtime_1.CancellationToken()) {

{
"name": "electron-updater",
"version": "5.2.2",
"version": "5.2.3",
"description": "Cross platform updater for electron applications",

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

"@types/semver": "^7.3.6",
"builder-util-runtime": "9.1.0",
"builder-util-runtime": "9.1.1",
"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