Files
JiboSDK/node_modules/npm/test/packages/npm-test-missing-bindir/test.js

6 lines
263 B
JavaScript
Raw Normal View History

2026-03-22 03:21:45 +02:00
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!")