Files
pnpm/packages/outdated
2019-03-02 11:44:54 +02:00
..
2018-12-06 23:19:30 +02:00
2018-12-31 19:26:36 +02:00
2019-03-02 11:44:54 +02:00
2019-01-26 22:29:34 +02:00

@pnpm/outdated

Check for outdated packages

npm version

Installation

npm i -S @pnpm/outdated

API

default: outdated(path, opts): Promise<OutdatedPackage[]>

Returns an array of outdated packages.

Arguments

  • path - String - path to the project

forPackages(packages, path, opts): Promise<OutdatedPackage[]>

Returns an array of outdated packages for the specified packages.

Arguments

  • path - String - path to the project

License

MIT © Zoltan Kochan