ssh-config
Advanced tools
Comparing version 4.4.0 to 4.4.1
{ | ||
"name": "ssh-config", | ||
"description": "SSH config parser and stringifier", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"author": "Chen Yangjian (https://www.cyj.me)", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -143,3 +143,2 @@ "use strict"; | ||
} | ||
console.log(canonicalizeHostName, canonicalDomains); | ||
if (canonicalDomains.length > 0 && canonicalizeHostName) { | ||
@@ -146,0 +145,0 @@ for (const domain of canonicalDomains) { |
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
31936
699