-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Feature request - Get package with version closest to a provided timestamp or date #1047
Comments
interesting idea! but how do we know the specified version by date? it there an API can do this? esm.sh fetches packages only when requested. |
@ije |
yeah, i like the idea! lets add it in v137 |
@ije excellent! where can we discuss implementation details? I would like to implement it and so we need to agree on how the feature works exactly and what it does on the server. |
I'm requesting this simple feature, the user provides a timestamp or date in the query params, and gets back the earliest version of that package according to that piece of information.
Examples:
It removes the need to know exactly what version you're going to use, sort of like when doing
npm install <package>
without specifying a version, but you still get a fixed version in yourpackage.json
for the next time younpm install
The text was updated successfully, but these errors were encountered: