bitfinexcom/bitfinex-api-node

Outdated dependencies - request and request-promise

egisz opened this issue · 0 comments

egisz commented

Issue type

  • compatability

Brief description

Outdated request and request-promise dependencies:

As of Feb 11th 2020, request is fully deprecated. No new changes are expected land. In fact, none have landed for some time.
For more information about why request is deprecated and possible alternatives refer to this issue.

"request": "^2.67.0",
"request-promise": "^4.2.0",

Moreover it seems this package isn't used in project, maybe leftover from past?