UNPKG

npm-check-updates

Version:

Find newer versions of dependencies than what your package.json allows

7 lines (6 loc) 143 B
/** Options that can be provided to npm. */ export interface NpmOptions { location?: string; prefix?: string; registry?: string; }