UNPKG

httpism

Version:

HTTP client with middleware and good defaults

4 lines (3 loc) 140 B
module.exports = function (url) { return url.replace(/^([-a-z]*:\/\/[^:]*:)[^@]*@/, function (_, first) { return first + '********@' }) }