in lib/nano.js [99:104]
function scrubURL (str) { if (str) { str = str.replace(/\/\/(.*)@/, `//${SCRUBBED_STR}:${SCRUBBED_STR}@`) } return str }