maskurl
v0.1.0
Published
hide user password in a url for safe console and log output
Downloads
26
Maintainers
Readme
maskurl
hide user password in a url for safe console and log output
installation
$ npm install maskurlusage
var url = 'http://foo:[email protected]/'
maskurl(url)
// => http://[email protected]/license
MIT. (c) 2013 jden [email protected]. See LICENSE.md.
