Skip to content

Commit

Permalink
Merge branch 'patch-1' of github.com:revolunet/parse-url into new-ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
IonicaBizau committed Jan 2, 2024
2 parents 85a810a + a97bbb0 commit eb3dc5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import normalizeUrl from "normalize-url";
* - `protocol` (String): The first protocol, `"ssh"` (if the url is a ssh url) or `"file"`.
* - `port` (null|Number): The domain port.
* - `resource` (String): The url domain (including subdomains).
* - `host` (String): The fully qualified domain name of a network host, or its IP address.
* - `user` (String): The authentication user (usually for ssh urls).
* - `pathname` (String): The url pathname.
* - `hash` (String): The url hash.
Expand Down

0 comments on commit eb3dc5f

Please sign in to comment.