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.2 to 5.0.3

2

out/providers/GitHubProvider.js

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

if (this.updater.allowPrerelease) {
const currentChannel = ((_a = this.updater) === null || _a === void 0 ? void 0 : _a.channel) || String((_b = semver.prerelease(this.updater.currentVersion)) === null || _b === void 0 ? void 0 : _b[0]) || null;
const currentChannel = ((_a = this.updater) === null || _a === void 0 ? void 0 : _a.channel) || ((_b = semver.prerelease(this.updater.currentVersion)) === null || _b === void 0 ? void 0 : _b[0]) || null;
for (const element of feed.getElements("entry")) {

@@ -50,0 +50,0 @@ // noinspection TypeScriptValidateJSTypes

{
"name": "electron-updater",
"version": "5.0.2",
"version": "5.0.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.0.1",
"builder-util-runtime": "9.0.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