UNPKG

npm-check-updates

Version:

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

5 lines (4 loc) 99 B
import { Version } from './Version'; export type StaticRegistry = { [key: string]: Version; };