test.js 263 Bytes
Newer Older
Nicolas Widart's avatar
Nicolas Widart committed
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!")