node-sparkpost icon indicating copy to clipboard operation
node-sparkpost copied to clipboard

npm request deprecated. please update. thanks.

Open lvnilesh opened this issue 5 years ago • 6 comments

request has been deprecated, see request/request#3142

Please update dependencies.

Thanks.

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

lvnilesh avatar Mar 06 '20 19:03 lvnilesh

I'm facing the same issue.

moh4sa avatar Mar 07 '20 10:03 moh4sa

I'm facing the same issue.

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

RPWPA avatar Mar 08 '20 18:03 RPWPA

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

lvnilesh avatar Mar 09 '20 07:03 lvnilesh

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

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

dandv avatar May 29 '20 20:05 dandv

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?]

Jor-Tech avatar Jun 18 '23 13:06 Jor-Tech