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

Consider replacing request package #1707

Closed
SimonSchick opened this issue Apr 2, 2019 · 1 comment
Closed

Consider replacing request package #1707

SimonSchick opened this issue Apr 2, 2019 · 1 comment

Comments

@SimonSchick
Copy link

SimonSchick commented Apr 2, 2019

  • Node Version: *
  • Platform: *
  • Compiler: *
  • Module: *

You might want to consider replacing request as it's entering maintenance mode.
request/request#3142
request/request#3143

After a first look it should be relatively easy to replace request with the built-in https library.

@SimonSchick SimonSchick changed the title Replace request package Consider replacing request package Apr 2, 2019
@bnoordhuis
Copy link
Member

Replacing request has been suggested before in a different context but as long as npm still depends on request, we're likely to keep doing so as well.

node-gyp is normally distributed along with npm and they share a copy of request. That's good because it keeps the download size down.

Thanks for the suggestion though!

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

2 participants