Releases: sindresorhus/ps-list
Releases · sindresorhus/ps-list
v7.2.0
- Improve compatibility with various systems and reduce the chance of the bundled binary triggering false-positive virus alerts (#43) c7937c5
v7.1.0...v7.2.0
v7.0.0
Breaking
Breaking for TypeScript users
- Only use a CommonJS export for the TypeScript definition (reason)
You need to change import psList from 'ps-list';
to import psList = require('ps-list');
Enhancements
- Improve performance by using one
ps
execution internally instead of multiple when possible (#30) 285f434
- Don't show the console window on Windows 92346b4
v6.3.0...v7.0.0
v6.1.0
- Add
uid
property for macOS and Linux (#25) 254d24d
v6.0.0
Breaking:
- Requires Node.js 8. 50606e1
- The
.cmd
property was removed on Windows since it was not correct. 537ec94
Other:
- 5x faster performance on Windows. 537ec94
- Added
.ppid
property on Windows. 537ec94