Skip to content
New issue

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

Release Date for the Versions! #22

Open
aadrian opened this issue Feb 1, 2018 · 4 comments
Open

Release Date for the Versions! #22

aadrian opened this issue Feb 1, 2018 · 4 comments

Comments

@aadrian
Copy link

aadrian commented Feb 1, 2018

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.

@ibbignerd
Copy link

From what I've seen, npm doesn't keep track of the date a package was published.

@styfle
Copy link

styfle commented Nov 10, 2018

Yes it does.

See the version history tab https://www.npmjs.com/package/ink?activeTab=versions

@ibbignerd
Copy link

@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.

@styfle
Copy link

styfle commented Nov 10, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants