pstree.remy
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -24,3 +24,3 @@ const exec = require('child_process').exec; | ||
.then(tree => utils.pidsForTree(tree, pid)) | ||
.then(res => callback(null, res.map(p => p.PID)) | ||
.then(res => callback(null, res.map(p => p.PID))) | ||
.catch(error => callback(error)); | ||
@@ -27,0 +27,0 @@ }; |
{ | ||
"name": "pstree.remy", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"main": "lib/index.js", | ||
@@ -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
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
12622