@travetto/exec
Advanced tools
Comparing version 0.3.13 to 0.3.14
@@ -30,4 +30,4 @@ { | ||
}, | ||
"version": "0.3.13", | ||
"gitHead": "4258316595c2c3c7a5096a37509a8d7aa0fe50bc" | ||
"version": "0.3.14", | ||
"gitHead": "110f4dfcdb3c379d44f83fc4c6cf97adc2613c1c" | ||
} |
@@ -54,3 +54,3 @@ import * as cp from 'child_process'; | ||
p.on('close', (code: number) => | ||
finish({ code, stdout, stderr, valid: code === null || code === 0 || code === 130 })); // Sigint | ||
finish({ code, stdout, stderr, valid: code === null || code === 0 || code === 130 || code === 143 })); // Sigint/term | ||
@@ -57,0 +57,0 @@ if (timeout) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
41581