twilio / twilio-node

Node.js helper library
MIT License
1.37k stars 495 forks source link

chore: moving off from url-parse #1017

Closed tiwarishubham635 closed 3 months ago

tiwarishubham635 commented 3 months ago

Fixes

Currently, we use the url-parse package. This package is soft-deprecated - it's not actually throwing a deprecation warning, but the package's README urges users to switch to the built-in URL parser that now exists. The changes have been taken from #998

Checklist

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
85.7% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

tiwarishubham635 commented 3 months ago

@43081j I hope this looks good to you. please check. Thanks!