Yet another umbrella issue, I think we can close #5, #3 , #2 , #8 , #9, #4, #69 and track these here.
URL is fully since Node 10+, URL.parse since Node 22, URL.canParse since Node 19 (20 LTS).
URLSearchParams is fully supported since Node 10+.
Below is a table of what should be replaced with what:
| Package |
API |
| qs |
URLSearchParams or picoquery or neoqs |
| query-string |
URLSearchParams |
| parse-url |
URL / URL.parse |
Top 50 qs dependents
Top 15 query-string dependents:
Top 5 parse-url dependents:
-
- hard to replace since
URL does not support SSH-like URLs with usernames and passwords
Yet another umbrella issue, I think we can close #5, #3 , #2 , #8 , #9, #4, #69 and track these here.
URLis fully since Node 10+,URL.parsesince Node 22,URL.canParsesince Node 19 (20 LTS).URLSearchParamsis fully supported since Node 10+.Below is a table of what should be replaced with what:
URLSearchParamsor picoquery or neoqsURLSearchParamsURL/URL.parseTop 50
qsdependentsTop 15
query-stringdependents:Top 5
parse-urldependents:URLdoes not support SSH-like URLs with usernames and passwords