mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-06 21:22:05 -05:00
@pnpm/outdated
Check for outdated packages
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