SparkPost / node-sparkpost

SparkPost client library for Node.js
https://www.sparkpost.com/
Other
180 stars 42 forks source link

npm request deprecated. please update. thanks. #249

Open lvnilesh opened 4 years ago

lvnilesh commented 4 years ago

request has been deprecated, see request/request#3142

Please update dependencies.

Thanks.

for example: https://github.com/wildbit/postmark.js/pull/60

moh4sa commented 4 years ago

I'm facing the same issue.

RPWPA commented 4 years ago

I'm facing the same issue.

from what I saw. It isn't a problem but more of a warning and that is all.

lvnilesh commented 4 years ago

It is a warning not an error. deprecation should be avoided.

dandv commented 4 years ago

There's no good reason to stick with the bloated request. See #252.

Has anyone from the @sstaley-sparkpost team seen the request issues?

Jor-Tech commented 1 year ago

I ran into the same issue and found this forked version which uses got package as dependency instead of request. Though I'm not sure it's from a reputable author. Could somebody verify this forked version is safe to use?

[EDIT: Never mind, upon trying to implement it in my code I found out it's still trying to use request. Any other good alternatives eliminating request?]

lauriskuznecovs commented 4 months ago

related: https://github.com/SparkPost/node-sparkpost/issues/271