Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test.js « npm-test-blerg « packages « test - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f548458ac042c517a6e61a233fb280d8b9e2e842 (plain)
1
2
3
4
5

var assert = require("assert")
assert.equal(undefined, process.env.npm_config__password, "password exposed!")
assert.equal(undefined, process.env.npm_config__auth, "auth exposed!")
assert.equal(undefined, process.env.npm_config__authCrypt, "authCrypt exposed!")