Socket
Socket
Sign inDemoInstall

builder-util

Package Overview
Dependencies
Maintainers
2
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builder-util - npm Package Compare versions

Comparing version 22.14.13 to 23.0.0-alpha.0

2

out/util.js

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

constructor(command, exitCode, out, errorOut, code = "ERR_ELECTRON_BUILDER_CANNOT_EXECUTE") {
super(`${command} exited with code ${code}${formatOut(out, "Output")}${formatOut(errorOut, "Error output")}`);
super(`${command} process failed ${code}${formatOut(String(exitCode), "Exit code")}${formatOut(out, "Output")}${formatOut(errorOut, "Error output")}`);
this.exitCode = exitCode;

@@ -247,0 +247,0 @@ this.alreadyLogged = false;

{
"name": "builder-util",
"version": "22.14.13",
"version": "23.0.0-alpha.0",
"main": "out/util.js",

@@ -21,5 +21,5 @@ "author": "Vladimir Krivosheev",

"@types/fs-extra": "^9.0.11",
"app-builder-bin": "3.7.1",
"app-builder-bin": "4.1.0",
"bluebird-lst": "^1.0.9",
"builder-util-runtime": "8.9.2",
"builder-util-runtime": "9.0.0-alpha.0",
"chalk": "^4.1.1",

@@ -26,0 +26,0 @@ "cross-spawn": "^7.0.3",

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