Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "xadb", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"main": "./index", | ||
"dependencies": { | ||
"bluebird": "~2.9.24", | ||
"debug": "~2.6.3", | ||
"node-forge": "^0.6.12" | ||
"debug": "^4.1.0", | ||
"node-forge": "^0.7.6" | ||
} | ||
} |
@@ -1,13 +0,2 @@ | ||
// TODO: This file was created by bulk-decaffeinate. | ||
// Sanity-check the conversion and remove this comment. | ||
const fs = require('fs') | ||
module.exports = chunk => chunk | ||
if (process.env.ADBKIT_DUMP) { | ||
const out = fs.createWriteStream('adbkit.dump') | ||
module.exports = function(chunk) { | ||
out.write(chunk) | ||
return chunk | ||
} | ||
} else { | ||
module.exports = chunk => chunk | ||
} |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
145265
5
3959
+ Addeddebug@4.4.0(transitive)
+ Addedms@2.1.3(transitive)
+ Addednode-forge@0.7.6(transitive)
- Removeddebug@2.6.9(transitive)
- Removedms@2.0.0(transitive)
- Removednode-forge@0.6.49(transitive)
Updateddebug@^4.1.0
Updatednode-forge@^0.7.6