prebuild-install
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -67,2 +67,7 @@ var path = require('path') | ||
}) | ||
log.http('request', 'Proxy setup detected (Host: ' + | ||
parsedProxy.hostname + ', Port: ' + | ||
parsedProxy.port + ', Authentication: ' + | ||
(parsedProxy.auth ? 'Yes' : 'No') + ')' + | ||
' Tunneling with ' + tunnelFnName) | ||
} | ||
@@ -69,0 +74,0 @@ |
{ | ||
"name": "prebuild-install", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "A command line tool for easily install prebuilds for multiple version of node/iojs on a specific platform", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
18043
353