url-parse-fix-auth
Fix
url.parse
to work with percent (%) characters in auth strings
url.parse
fails when parsing a url with a password containing a percent character
var url = ;url; // worksurl; // worksurl; // Exception
Install
Install with npm
$ npm i url-parse-fix-auth --save
Usage
var parseUrl = ; ; // works!
Running tests
Install dev dependencies:
$ npm i -d && npm test
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Author
Andreas Pizsa
License
Copyright © 2016 Andreas Pizsa Released under the MIT license.
This file was generated by verb-cli on June 06, 2016.