push2cloud-compiler
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -15,5 +15,8 @@ const debug = require('debug')('push2cloud-compiler:build-workspace:executeScripts'); | ||
debug('Executing command', command); | ||
exec(command, {silent: true, async: true}, debugCb(debug, cb)); | ||
exec(command, {silent: true, async: true}, (code, stdout, stderr) => { | ||
const errMsg = `errCode: ${code}, stdout: ${stdout}, stderr: ${stderr}`; | ||
debugCb(debug, cb)(errMsg, stdout); | ||
}); | ||
}); | ||
module.exports = executeScript; |
{ | ||
"name": "push2cloud-compiler", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "compiler for push2cloud manifests", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
640
38333
31
1