mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-08 07:54:55 -04:00
PR #1764 * refactor: create @pnpm/build-modules * fix: bins should be linked after running lifecycle scripts close #1608 * fix: rebuild should link bins * fix: rebuild should link all bins * fix(deps): update @pnpm/link-bins to v4.0.2 * test: lifecycle scripts run before linking bins * test: bins are linked even if lifecycle scripts are ignored * fix: building modules in headless mode
@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