The package request has been deprecated for a while now and steamcommunity still uses it.
I suggest you add this to your v4 todo list (maybe also merge my PR while you're at it).
Anyway, there are several options to replace request with.
Personally, I'd recommend got, since it's as feature-rich and easy to use as request was, especially the easy cookie-support with tough-cookie.
But you can compare some of the most popular alternatives with this nice matrix:
https://www.npmjs.com/package/got#comparison
The package
request
has been deprecated for a while now andsteamcommunity
still uses it. I suggest you add this to your v4 todo list (maybe also merge my PR while you're at it). Anyway, there are several options to replacerequest
with. Personally, I'd recommendgot
, since it's as feature-rich and easy to use asrequest
was, especially the easy cookie-support withtough-cookie
. But you can compare some of the most popular alternatives with this nice matrix: https://www.npmjs.com/package/got#comparison