UNPKG

npm-check-updates

Version:

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

3 lines (2 loc) 167 B
/** A version specification or range supported as a value in package.json dependencies. Includes SemVer, git urls, npm urls, etc. */ export type VersionSpec = string;