Detalhes do pacote

strip-url-auth

sindresorhus673.3kMIT2.0.0

Strip the authentication part of a URL

string, url, uri, address

readme (leia-me)

strip-url-auth

Strip the authentication part of a URL

Install

$ npm install strip-url-auth

Usage

import stripUrlAuth from 'strip-url-auth';

stripUrlAuth('https://user:pass@sindresorhus.com');
//=> 'https://sindresorhus.com'