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.6 to 5.1.0

4

out/providers/KeygenProvider.js

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

this.updater = updater;
this.baseUrl = util_1.newBaseUrl(`https://api.keygen.sh/v1/accounts/${this.configuration.account}/artifacts`);
this.baseUrl = util_1.newBaseUrl(`https://api.keygen.sh/v1/accounts/${this.configuration.account}/artifacts?product=${this.configuration.product}`);
}

@@ -28,3 +28,3 @@ get channel() {

Accept: "application/vnd.api+json",
"Keygen-Version": "1.0",
"Keygen-Version": "1.1",
}, cancellationToken);

@@ -31,0 +31,0 @@ return Provider_1.parseUpdateInfo(updateInfo, channelFile, channelUrl);

{
"name": "electron-updater",
"version": "5.0.6",
"version": "5.1.0",
"description": "Cross platform updater for electron applications",

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

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