Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

app-builder-lib

Package Overview
Dependencies
84
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 20.38.5 to 20.39.0

2

out/packager.js

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

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

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

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

reason: "linux.category is not set and cannot map from macOS",
docs: "https://electron.build/configuration/configuration#LinuxBuildOptions-category"
docs: "https://www.electron.build/configuration/linux"
}, "application Linux category is set to default \"Utility\"");

@@ -169,0 +169,0 @@

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

PROJECT_DIR: packager.projectDir,
BUILD_RESOURCES_DIR: packager.info.buildResourcesDir
BUILD_RESOURCES_DIR: packager.info.buildResourcesDir,
APP_PACKAGE_NAME: appInfo.name
};

@@ -376,0 +377,0 @@

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

if (stat == null) {
throw new (_builderUtil().InvalidConfigurationError)(`Application directory ${userAppDir} doesn't exists`);
throw new (_builderUtil().InvalidConfigurationError)(`Application directory ${userAppDir} doesn't exist`);
} else if (!stat.isDirectory()) {

@@ -356,0 +356,0 @@ throw new (_builderUtil().InvalidConfigurationError)(`Application directory ${userAppDir} is not a directory`);

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

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

"7zip-bin": "~4.1.0",
"app-builder-bin": "2.6.3",
"app-builder-bin": "2.6.4",
"async-exit-hook": "^2.0.1",
"bluebird-lst": "^1.0.6",
"bluebird-lst": "^1.0.7",
"chromium-pickle-js": "^0.2.0",
"builder-util-runtime": "8.1.1",
"builder-util": "9.6.2",
"builder-util-runtime": "8.2.0",
"builder-util": "9.7.0",
"electron-osx-sign": "0.4.11",
"electron-publish": "20.38.5",
"fs-extra-p": "^7.0.0",
"electron-publish": "20.39.0",
"fs-extra-p": "^7.0.1",
"hosted-git-info": "^2.7.1",

@@ -59,5 +59,5 @@ "is-ci": "^2.0.0",

"js-yaml": "^3.12.1",
"read-config-file": "3.2.1",
"read-config-file": "3.2.2",
"minimatch": "^3.0.4",
"normalize-package-data": "^2.4.0",
"normalize-package-data": "^2.5.0",
"plist": "^3.0.1",

@@ -67,3 +67,3 @@ "sanitize-filename": "^1.6.1",

"debug": "^4.1.1",
"lazy-val": "^1.0.3",
"lazy-val": "^1.0.4",
"temp-file": "^3.3.2",

@@ -70,0 +70,0 @@ "ejs": "^2.6.1"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc