Releases: sindresorhus/ps-list
Releases · sindresorhus/ps-list
v9.0.0
v8.1.1
- Fix process name being truncated on macOS (#55) 8acb5c4
v8.1.0
- Internal changes (#50) 7aceb0a
v8.0.0
Breaking
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
- Improve performance and Unicode support on Windows (#40) 564f5b6
v7.0.0
Breaking
- Require Node.js 10 f112dfb
Breaking for TypeScript users
- Only use a CommonJS export for the TypeScript definition (reason)
You need to changeimport psList from 'ps-list';toimport psList = require('ps-list');
Enhancements
v6.3.0
- Refactor TypeScript definition to CommonJS compatible export (#31) 9c6f89d
v6.2.0
- Add TypeScript definition (#28) cfc8961