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

builder-util

Package Overview
Dependencies
Maintainers
1
Versions
258
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 5.3.1 to 5.4.0

8

out/util.js

@@ -415,7 +415,11 @@ "use strict";

if ((_log || _load_log()).log.isDebugEnabled) {
(_log || _load_log()).log.debug({
const fields = {
command: _path.basename(command),
code,
pid: childProcess.pid
}, "exited");
};
if (out.length > 0) {
fields.out = out;
}
(_log || _load_log()).log.debug(fields, "exited");
}

@@ -422,0 +426,0 @@ if (code === 0) {

{
"name": "builder-util",
"version": "5.3.1",
"version": "5.4.0",
"main": "out/util.js",

@@ -14,3 +14,3 @@ "author": "Vladimir Krivosheev",

"dependencies": {
"app-builder-bin": "1.3.6",
"app-builder-bin": "1.3.7",
"temp-file": "^3.1.1",

@@ -17,0 +17,0 @@ "fs-extra-p": "^4.5.2",

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