QuantumMechanics / NEM-sdk

NEM Developer Kit for Node.js and the browser
MIT License
137 stars 82 forks source link

Replace Request with Axios - Security Update #74

Open Corey-Code opened 3 years ago

Corey-Code commented 3 years ago

Request package is no longer being maintained as well as some of its dependencies it is using such as hawk that include high severity vulnerabilities. [https://github.com/request/request/issues/3142]

Suggest refactor to support Axios instead and whatever else my extensions decided needed to be formatted like single and double quotes. <3 NEM

QuantumMechanics commented 3 years ago

Thanks, will review soon.