Comparing version 0.1.1 to 0.1.2
@@ -15,3 +15,4 @@ /** | ||
module.exports = exports = function(file) { | ||
var file = file || join(process.env.HOME, ".netrc"); | ||
var home = process.env.HOME || process.env.HOMEPATH | ||
, file = file || join(home, ".netrc"); | ||
@@ -18,0 +19,0 @@ if(!fs.existsSync(file)) return {}; |
{ | ||
"name": "netrc", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Parse netrc files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4920
120
4