cozy / cozy-client-js

Javascript library to write Cozy applications
https://docs.cozy.io/en/cozy-client-js/README/
MIT License
11 stars 12 forks source link

fix: avoid security warning for node-fetch #308

Closed doubleface closed 3 years ago

doubleface commented 3 years ago

For this, I use the cross-fetch package instead of isomorphic-fetch which is not maintained anymore Both are supposed to have the same behavior