Files
pnpm/packages/outdated
Zoltan Kochan d318b4d6e0 docs: update install sections
and remove broken links to LICENSE files
2019-05-07 02:10:06 +03:00
..
2019-05-07 02:02:43 +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