mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-06 06:55:12 -04:00
0f0b83dfdee5c53d30930df30d4b2fc82af541d9
@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
License
Languages
TypeScript
98.8%
JavaScript
0.8%
Shell
0.4%