alxhotel / nat-api

:left_right_arrow: Fast port mapping with UPnP and NAT-PMP
MIT License
23 stars 12 forks source link

@motrix/nat-api > request@2.88.2: request has been deprecated, see https://github.com /request/request/issues/3142 #21

Open raphael10-collab opened 3 years ago

raphael10-collab commented 3 years ago

Installing ipfs:

warning ipfs > ipfs-core > libp2p > @motrix/nat-api > request@2.88.2: request has been deprecated, see https://github.com
/request/request/issues/3142
alxhotel commented 3 years ago

Thanks, I will look into this

D4nte commented 2 years ago

It may be worth considering fetch to reduce the dependencies in the browser environment.

alxhotel commented 2 years ago

Hi @D4nte, yes, But this module is not meant for the browser, so that optimization is not needed

jimmywarting commented 1 year ago

i would vouch for using fetch as well, maybe this could become a Deno compatible version as well... fetch is built in now