Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

app-builder-lib

Package Overview
Dependencies
Maintainers
1
Versions
240
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.24.3 to 20.24.4

1

out/index.d.ts

@@ -30,2 +30,3 @@ import { PublishOptions } from "electron-publish/out/publisher";

export { buildForge, ForgeOptions } from "./forge-maker";
export declare function checkBuildRequestOptions(options: PackagerOptions & PublishOptions): void;
export declare function build(options: PackagerOptions & PublishOptions, packager?: Packager): Promise<Array<string>>;

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

});
exports.checkBuildRequestOptions = checkBuildRequestOptions;
exports.build = build;

@@ -189,3 +190,3 @@ Object.defineProperty(exports, "getArchSuffix", {

function build(options, packager = new (_packager().Packager)(options)) {
function checkBuildRequestOptions(options) {
for (const optionName of Object.keys(options)) {

@@ -196,3 +197,6 @@ if (!expectedOptions.has(optionName) && options[optionName] !== undefined) {

}
}
function build(options, packager = new (_packager().Packager)(options)) {
checkBuildRequestOptions(options);
const publishManager = new (_PublishManager().PublishManager)(packager, options);

@@ -199,0 +203,0 @@

2

out/packager.js

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

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

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

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

@@ -6,0 +6,0 @@ "files": [

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