hivefeed-js icon indicating copy to clipboard operation
hivefeed-js copied to clipboard

Replace request module for axios

Open Rishi556 opened this issue 1 year ago • 1 comments

Request is deprecated, see https://github.com/request/request/issues/3142. It should be switched out for something that's maintained, most likely axios.

Rishi556 avatar Jun 12 '23 20:06 Rishi556

Or fetch. Fetch is stable as of Node 21. Since odd numbers won't be LTS, should wait till 22 and use fetch: https://nodejs.org/en/blog/announcements/v21-release-announce#:~:text=Stable%20fetch/WebStreams

Rishi556 avatar Jan 21 '24 02:01 Rishi556