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.5 to 1.1.6

2

lib/index.js

@@ -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": {

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