Skip to content

v7.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 11 Feb 22:26

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