ssh-config
Advanced tools
Comparing version 2.0.0-beta.1 to 2.0.0
@@ -1,5 +0,6 @@ | ||
2.0.0 / 2019-06-?? | ||
2.0.0 / 2019-10-08 | ||
================== | ||
* Breaking: parse `Host` values as an Array to hold multiple patterns | ||
* Breaking: an extra line break will always be added when `.append()`ing config | ||
* Fix: `Host` can contain spaces if quoted with double quotes | ||
@@ -6,0 +7,0 @@ * Fix: quoted values can contain double quotes once they are escaped with backslash |
@@ -114,5 +114,3 @@ 'use strict' | ||
if (lastLine.config) lastLine = lastLine.config[lastLine.config.length - 1] | ||
if (!lastLine.after.trim()) { | ||
lastLine.after = '\n' | ||
} | ||
lastLine.after = '\n' | ||
} | ||
@@ -119,0 +117,0 @@ |
{ | ||
"name": "ssh-config", | ||
"description": "SSH config parser and stringifier", | ||
"version": "2.0.0-beta.1", | ||
"version": "2.0.0", | ||
"author": "Chen Yangjian (https://www.cyj.me)", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
17826
1
348