Closed
Description
📋 Description
It would be great to show the latest updated date for an npm package, sort of like the static relative date badge:
A required badge query parameter would be the package name. Possibly an optional query parameter could be the package version, but should default to the latest version.
🔗 Data
npm v {package} time.modified
E.g.:
$ npm v smath time.modified
2024-03-10T22:40:54.837Z
🎤 Motivation
It would be great to show how recently my package has been updated, to show that it is still being maintained.