Files
pnpm/README.md
2017-09-11 00:46:44 +03:00

803 B

@pnpm/outdated

Check for outdated packages

npm version Build Status

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