2017-10-28 18:31:42 +03:00
2017-09-30 20:18:33 +03:00
2017-09-10 23:23:35 +03:00
2017-09-10 23:23:35 +03:00
2017-09-10 23:23:35 +03:00
2017-09-10 23:23:35 +03:00
2017-09-10 23:55:13 +03:00
2017-09-30 20:18:33 +03:00
2017-10-07 01:30:13 +03:00
2017-10-28 18:31:42 +03:00
2017-09-11 00:46:44 +03:00
2017-10-28 18:31:36 +03:00
2017-09-10 23:23:35 +03:00

@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

Description
No description provided
Readme MIT 288 MiB
Languages
TypeScript 98.8%
JavaScript 0.8%
Shell 0.4%