We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be very helpful to have release dates for the versions too. This way it would be easier to spot problematic depencencies or other issues.
Thank you.
The text was updated successfully, but these errors were encountered:
From what I've seen, npm doesn't keep track of the date a package was published.
Sorry, something went wrong.
Yes it does.
See the version history tab https://www.npmjs.com/package/ink?activeTab=versions
@styfle Ah. Is there a way to get the release date for a version through an npm command or a servlet? Parsing the web page wouldn't be much fun.
Yes it’s part of the registry API.
Here’s some example code https://github.com/styfle/packagephobia/blob/master/src/util/npm-api.ts
No branches or pull requests
Would be very helpful to have release dates for the versions too.
This way it would be easier to spot problematic depencencies or other issues.
Thank you.
The text was updated successfully, but these errors were encountered: