Lax `url.format()` that formats a hostname and port into IPv6-compatible socket form of `hostname:port`
by sindresorhusJavaScript
Last 12 weeks · 0 commits
4 of 6 standards met
Repository: sindresorhus/url-format-lax. Description: Lax `url.format()` that formats a hostname and port into IPv6-compatible socket form of `hostname:port` Stars: 14, Forks: 6. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Latest release: v2.0.0 (4y ago). Open PRs: 0, open issues: 0. Last activity: 4y ago. Community health: 71%. Top contributors: sindresorhus, Richienb, silverwind.
Followup to https://github.com/sindresorhus/module-requests/issues/32. Uses a new url object and just sets and , so any unwanted props are removed and this way, it should be the exact inverse of .