Socket
Socket
Sign inDemoInstall

app-builder-lib

Package Overview
Dependencies
Maintainers
2
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 24.4.0 to 24.5.0

9

out/electron/electronMac.js

@@ -43,2 +43,3 @@ "use strict";

async function createMacApp(packager, appOutDir, asarIntegrity, isMas) {
var _a, _b;
const appInfo = packager.appInfo;

@@ -103,3 +104,7 @@ const appFilename = appInfo.productFilename;

}
const helperBundleIdentifier = (0, appInfo_1.filterCFBundleIdentifier)(packager.platformSpecificBuildOptions.helperBundleId || oldHelperBundleId || `${appInfo.macBundleIdentifier}.helper`);
const defaultAppId = packager.platformSpecificBuildOptions.appId;
const cfBundleIdentifier = (0, appInfo_1.filterCFBundleIdentifier)((isMas ? (_a = packager.config.mas) === null || _a === void 0 ? void 0 : _a.appId : defaultAppId) || defaultAppId || appInfo.macBundleIdentifier);
const defaultHelperId = packager.platformSpecificBuildOptions.helperBundleId;
const helperBundleIdentifier = (0, appInfo_1.filterCFBundleIdentifier)((isMas ? (_b = packager.config.mas) === null || _b === void 0 ? void 0 : _b.helperBundleId : defaultHelperId) || defaultHelperId || oldHelperBundleId || `${cfBundleIdentifier}.helper`);
appPlist.CFBundleIdentifier = cfBundleIdentifier;
await packager.applyCommonInfo(appPlist, contentsPath);

@@ -149,3 +154,3 @@ // required for electron-updater proxy

// noinspection SpellCheckingInspection
helperLoginPlist.CFBundleIdentifier = `${appInfo.macBundleIdentifier}.loginhelper`;
helperLoginPlist.CFBundleIdentifier = `${cfBundleIdentifier}.loginhelper`;
helperLoginPlist.CFBundleVersion = appPlist.CFBundleVersion;

@@ -152,0 +157,0 @@ }

@@ -375,3 +375,2 @@ "use strict";

}
appPlist.CFBundleIdentifier = appInfo.macBundleIdentifier;
appPlist.CFBundleShortVersionString = this.platformSpecificBuildOptions.bundleShortVersion || appInfo.version;

@@ -378,0 +377,0 @@ appPlist.CFBundleVersion = appInfo.buildVersion;

@@ -90,2 +90,7 @@ "use strict";

}
// https://www.7-zip.org/7z.html
// Filters: BCJ, BCJ2, ARM, ARMT, IA64, PPC, SPARC, ...
if (process.env.ELECTRON_BUILDER_7Z_FILTER) {
args.push(`-mf=${process.env.ELECTRON_BUILDER_7Z_FILTER}`);
}
// args valid only for 7z

@@ -92,0 +97,0 @@ // -mtm=off disable "Stores last Modified timestamps for files."

@@ -1,1 +0,1 @@

export declare const PACKAGE_VERSION = "24.4.0";
export declare const PACKAGE_VERSION = "24.5.0";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PACKAGE_VERSION = void 0;
exports.PACKAGE_VERSION = "24.4.0";
exports.PACKAGE_VERSION = "24.5.0";
//# sourceMappingURL=version.js.map
{
"name": "app-builder-lib",
"description": "electron-builder lib",
"version": "24.4.0",
"version": "24.5.0",
"main": "out/index.js",

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

"bluebird-lst": "^1.0.9",
"builder-util": "24.4.0",
"builder-util": "24.5.0",
"builder-util-runtime": "9.2.1",

@@ -65,3 +65,3 @@ "chromium-pickle-js": "^0.2.0",

"ejs": "^3.1.8",
"electron-publish": "24.4.0",
"electron-publish": "24.5.0",
"form-data": "^4.0.0",

@@ -109,4 +109,4 @@ "fs-extra": "^10.1.0",

"@types/tar": "^6.1.3",
"dmg-builder": "24.4.0",
"electron-builder-squirrel-windows": "24.4.0"
"dmg-builder": "24.5.0",
"electron-builder-squirrel-windows": "24.5.0"
},

@@ -113,0 +113,0 @@ "//": "electron-builder-squirrel-windows and dmg-builder added as dev dep for tests (as otherwise `require` doesn't work using Yarn 2)",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc