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

pstree.remy

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pstree.remy - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

lib/tree.js

8

lib/index.js
const exec = require('child_process').exec;
const psTree = require('ps-tree');
const tree = require('./tree');
const utils = require('./utils');

@@ -17,3 +17,3 @@ var hasPS = true;

if (hasPS && !process.env.NO_PS) {
return psTree(pid, callback);
return tree(pid, callback);
}

@@ -29,2 +29,6 @@

if (!module.parent) {
module.exports(process.argv[2], pids => console.log(pids));
}
module.exports.hasPS = hasPS;
{
"name": "pstree.remy",
"version": "1.1.0",
"version": "1.1.1",
"main": "lib/index.js",

@@ -8,3 +8,7 @@ "scripts": {

},
"keywords": ["ps", "pstree", "ps tree"],
"keywords": [
"ps",
"pstree",
"ps tree"
],
"author": "Remy Sharp",

@@ -18,6 +22,4 @@ "license": "MIT",

},
"dependencies": {
"ps-tree": "^1.1.0"
},
"dependencies": {},
"description": "Collects the full tree of processes from /proc"
}
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