mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-28 00:40:38 -05:00
@pnpm/outdated
Check for outdated packages
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