-
Notifications
You must be signed in to change notification settings - Fork 108
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
Replace request
lib?
#44
Comments
Hi, I proposed a similar solution last year to this problem with PR #36. ( |
And now request is deprecated. |
There is #56 currently open replacing it with |
Any news about this issue ? #56 was closed |
Perhaps the thing to do would be using the native Fetch API in Node.js v18, and cut a I'd be happy to make a PR for this change, if @mikolalysenko would be comfortable reviewing it. |
Possible workaround: #62 (comment) |
Request is really bloated, and since it seems to only be used here to make a simple GET request, we can easily replace it with something lighter like
got
oraxios
. See https://bundlephobia.com/result?p=request@2.88.0The text was updated successfully, but these errors were encountered: