Files
pnpm/packages/outdated

@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