hivefeed-js
hivefeed-js copied to clipboard
Replace request module for axios
Request is deprecated, see https://github.com/request/request/issues/3142. It should be switched out for something that's maintained, most likely axios.
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