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

test.js « npm-test-missing-bindir « packages « test - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc8d2da546e5b59c11eb8221b481d569f4accb87 (plain)
1
2
3
4
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!')