Comparing version 1.2.8 to 1.2.9
#!/usr/bin/env node | ||
const os = require('os'); | ||
const path = require('path'); | ||
@@ -13,3 +14,3 @@ const fs = require('fs'); | ||
const PKG = require('./package.json'); | ||
const HOME = process.env.HOME || process.env.HOMEPATH || process.env.USERPROFILE; | ||
const HOME = os.homedir(); | ||
const CGRRC = path.join(HOME, '.cgrrc'); | ||
@@ -16,0 +17,0 @@ const npmRe = { |
{ | ||
"name": "cgr", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "yarn & npm registry manager can help you easy and fast switch between different registries, now include: cnpm, taobao, nj(nodejitsu), rednpm, edunpm", | ||
@@ -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
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 3 instances in 1 package
281
1
12734