mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 22:02:53 -04:00
f4061e4efa72c6309e75e9a20ed89b587cbc3acd
@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
62.5%
Rust
36.7%
JavaScript
0.6%
Shell
0.2%