heroku-cli-util
Advanced tools
Comparing version 3.5.0 to 3.5.1
'use strict'; | ||
let config = require('rc')('heroku', { | ||
color: true, | ||
host: 'heroku.com', | ||
git_host: 'heroku.com', | ||
http_git_host: 'git.heroku.com', | ||
color: true | ||
}); | ||
config.host = process.env.HEROKU_HOST || 'heroku.com'; | ||
config.git_host = process.env.HEROKU_GIT_HOST || config.host; | ||
config.http_git_host = process.env.HEROKU_HTTP_GIT_HOST || 'git.' + config.host; | ||
module.exports = config; |
@@ -7,3 +7,2 @@ 'use strict'; | ||
exports.run = require('./run'); | ||
exports.log = console.log.bind(console); | ||
@@ -10,0 +9,0 @@ exports.formatDate = require('./date').formatDate; |
{ | ||
"name": "heroku-cli-util", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "Set of helpful CLI utilities", | ||
@@ -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 3 instances 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
Network access
Supply chain riskThis module accesses the network.
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
0
16905
24
382