UNPKG

npm-check-updates

Version:

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

3 lines (2 loc) 126 B
/** A valid package manager. */ export type PackageManagerName = 'npm' | 'yarn' | 'pnpm' | 'deno' | 'bun' | 'staticRegistry';