Socket
Socket
Sign inDemoInstall

app-builder-lib

Package Overview
Dependencies
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-builder-lib - npm Package Compare versions

Comparing version 20.44.3 to 20.44.4

3

out/linuxPackager.js

@@ -99,3 +99,4 @@ "use strict";

get defaultTarget() {
return ["snap", "appimage"];
// on Windows default target is only Snap - reduce build server load, and... snap in most cases is fully enough.
return process.platform === "win32" ? ["snap"] : ["snap", "appimage"];
}

@@ -102,0 +103,0 @@

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

_builderUtil().log.info({
version: "20.44.3"
version: "20.44.4"
}, "electron-builder");

@@ -390,0 +390,0 @@ } catch (e) {

{
"name": "app-builder-lib",
"description": "electron-builder lib",
"version": "20.44.3",
"version": "20.44.4",
"main": "out/index.js",

@@ -45,3 +45,3 @@ "files": [

"7zip-bin": "~4.1.0",
"app-builder-bin": "2.7.0",
"app-builder-bin": "2.7.1",
"async-exit-hook": "^2.0.1",

@@ -51,5 +51,5 @@ "bluebird-lst": "^1.0.9",

"builder-util-runtime": "8.2.5",
"builder-util": "10.1.1",
"builder-util": "10.1.2",
"electron-osx-sign": "0.4.11",
"electron-publish": "20.44.3",
"electron-publish": "20.44.4",
"fs-extra-p": "^8.0.2",

@@ -56,0 +56,0 @@ "hosted-git-info": "^2.7.1",

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