@pnpm/outdated

Check for outdated packages

npm version Build Status

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

Description
No description provided
Readme MIT 295 MiB
Languages
TypeScript 98.8%
JavaScript 0.8%
Shell 0.4%