unshiftio / url-parse

Small footprint URL parser that works seamlessly across Node.js and browser environments.
http://unshift.io
MIT License
1.03k stars 103 forks source link

Special case the `file:` protocol #204

Closed lpinca closed 3 years ago

lpinca commented 3 years ago

Fixes #203

lpinca commented 3 years ago

@3rd-Eden @Swaagie can you please cut a new release? I can't publish to npm.

krassowski commented 3 years ago

Looking forward to a new release :)

pcafstockf commented 3 years ago

ldap:/// I believe the same special case is needed for ldap (see https://ldap.com/ldap-urls/).

I can open a new issue if you like? Just added a comment here, in case you wanted to bundle it into this PR ?

lpinca commented 3 years ago

@pcafstockf see https://github.com/unshiftio/url-parse/issues/205.