# @pnpm/outdated > Check for outdated packages [![npm version](https://img.shields.io/npm/v/@pnpm/outdated.svg)](https://www.npmjs.com/package/@pnpm/outdated) ## Installation ```sh npm i -S @pnpm/outdated ``` ## API ### default: `outdated(path, opts): Promise` Returns an array of outdated packages. ### Arguments - `path` - _String_ - path to the project ### `forPackages(packages, path, opts): Promise` Returns an array of outdated packages for the specified packages. ### Arguments - `path` - _String_ - path to the project ## License [MIT](LICENSE) © [Zoltan Kochan](https://www.kochan.io/)