0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.137.175.166


Current Path : /proc/thread-self/root/usr/share/npm/lib/config/
Upload File :
Current File : //proc/thread-self/root/usr/share/npm/lib/config/clear-credentials-by-uri.js

var assert = require('assert')

var toNerfDart = require('./nerf-dart.js')

module.exports = clearCredentialsByURI

function clearCredentialsByURI (uri) {
  assert(uri && typeof uri === 'string', 'registry URL is required')

  var nerfed = toNerfDart(uri)

  this.del(nerfed + ':_authToken', 'user')
  this.del(nerfed + ':_password', 'user')
  this.del(nerfed + ':username', 'user')
  this.del(nerfed + ':email', 'user')
}