You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
This codebase does not use the request package directly, however two of it's dependencies do use it:
node-binance-api - as far as I can tell, this is unused and can be removed
oxr - a npm package to interface with the open exchange rates API. I think there's a good chance all code related to this can be removed, since (I believe) we should be getting exchange rate data from coingecko. I don't know for sure yet which bat-ratios endpoints use the OXR code, how many active users of those endpoints there are, and whether it's feasible to cleanly remove the OXR code and still have everything "work"
request is no longer maintained, so the only way to resolve https://github.com/brave-intl/currency/security/dependabot/28 is to replace it.
The text was updated successfully, but these errors were encountered: