Comparing version 0.1.2 to 0.1.3
@@ -12,3 +12,3 @@ #!/usr/bin/env node | ||
var argv = minimist(process.argv.slice(2)); | ||
var HOME = process.env.HOME || process.env.USERDIR; | ||
var HOME = process.env.HOME || process.env.USERPROFILE; | ||
var datadir = argv.d || path.join(HOME, '.clocker'); | ||
@@ -15,0 +15,0 @@ mkdirp.sync(datadir); |
{ | ||
"name": "clocker", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "track project hours", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
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
11474
5