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.0 to 2.1.1

7

index.js

@@ -7,3 +7,8 @@ 'use strict';

function win(cb) {
function win(opts, cb) {
if (typeof opts !== 'object') {
cb = opts;
opts = {};
}
tasklist(function (err, data) {

@@ -10,0 +15,0 @@ if (err) {

2

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

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

@@ -40,5 +40,7 @@ # ps-list [![Build Status](https://travis-ci.org/sindresorhus/ps-list.svg?branch=master)](https://travis-ci.org/sindresorhus/ps-list) [![Build status](https://ci.appveyor.com/api/projects/status/i733mfqw11sja2xf/branch/master?svg=true)](https://ci.appveyor.com/project/sindresorhus/ps-list/branch/master)

On Windows this has no effect and will always be the users' own processes.
## License
MIT © [Sindre Sorhus](http://sindresorhus.com)
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