Files
pnpm/packages/outdated
2019-05-21 21:51:11 +03:00
..
2019-05-19 20:05:11 +03:00
2019-05-21 21:51:11 +03:00
2019-05-07 02:10:06 +03:00

@pnpm/outdated

Check for outdated packages

npm version

Installation

<pnpm|npm|yarn> add @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