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

ps-list

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ps-list - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

5

index.js

@@ -6,2 +6,3 @@ 'use strict';

var eachAsync = require('each-async');
var TEN_MEBIBYTE = 1024 * 1024 * 10;

@@ -42,3 +43,5 @@ function win(opts, cb) {

eachAsync(['comm', 'args'], function (cmd, i, next) {
childProcess.execFile('ps', [flags, 'pid,' + cmd], function (err, stdout) {
childProcess.execFile('ps', [flags, 'pid,' + cmd], {
maxBuffer: TEN_MEBIBYTE
}, function (err, stdout) {
if (err) {

@@ -45,0 +48,0 @@ next(err);

2

package.json
{
"name": "ps-list",
"version": "2.1.1",
"version": "2.1.2",
"description": "Get running processes",

@@ -5,0 +5,0 @@ "license": "MIT",

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