Ok, in 1.0.4 you added support to ignore protocols with non colon-slash-slash. But now it not prepend with auth (the authentication information portion of a URL). Example:
const prependHttp = require('prepend-http');
prependHttp('login:[email protected]');
//=> login:[email protected]
prependHttp('login:[email protected]:1234');
//=> login:[email protected]:1234
prependHttp('login:[email protected]/path/name');
//=> login:[email protected]/path/name
In version 1.0.3 it worked correctly.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too