Socket
Socket
Sign inDemoInstall

app-builder-lib

Package Overview
Dependencies
87
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 20.24.0 to 20.24.2

2

out/index.js

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

for (const optionName of Object.keys(options)) {
if (!expectedOptions.has(optionName)) {
if (!expectedOptions.has(optionName) && options[optionName] !== undefined) {
throw new (_builderUtil().InvalidConfigurationError)(`Unknown option "${optionName}"`);

@@ -193,0 +193,0 @@ }

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

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

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

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

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

"electron-osx-sign": "0.4.10",
"electron-publish": "20.24.0",
"electron-publish": "20.24.2",
"fs-extra-p": "^4.6.1",

@@ -55,0 +55,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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc