node-sparkpost
node-sparkpost copied to clipboard
npm request deprecated. please update. thanks.
request has been deprecated, see request/request#3142
Please update dependencies.
Thanks.
for example: https://github.com/wildbit/postmark.js/pull/60
I'm facing the same issue.
I'm facing the same issue.
from what I saw. It isn't a problem but more of a warning and that is all.
It is a warning not an error. deprecation should be avoided.
There's no good reason to stick with the bloated request. See #252.
Has anyone from the @sstaley-sparkpost team seen the request issues?
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?]