2017-11-01 22:56:16 +02: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-10-31 23:04:38 +02:00
2017-10-07 01:30:13 +03:00
2017-11-01 22:56:16 +02:00
2017-09-11 00:46:44 +03:00
2017-10-31 22:55:47 +02:00
2017-10-30 23:10:07 +02: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 290 MiB
Languages
TypeScript 98.8%
JavaScript 0.8%
Shell 0.4%