Files
pnpm/packages/outdated
Zoltan Kochan 48384dfa5a fix(deps): update @types/tempy, semver, typescript, @types/node
patch: @pnpm/default-reporter
patch: dependencies-hierarchy
patch: @pnpm/modules-cleaner
patch: @pnpm/resolve-dependencies
patch: supi

close #1415
close #1413
close #1411
close #1410
2018-10-12 23:01:21 +03:00
..
2018-10-07 22:29:19 +03:00

@pnpm/outdated

Check for outdated packages

npm version

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

MIT © Zoltan Kochan