Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ssh-config

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssh-config - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

6

History.md

@@ -0,1 +1,7 @@

4.0.1 / 2020-02-01
==================
* Fix: parsing `Host` values with trailing spaces
4.0.0 / 2020-01-09

@@ -2,0 +8,0 @@ ==================

5

index.js

@@ -22,3 +22,3 @@ 'use strict'

'CertificateFile'
];
]

@@ -340,3 +340,3 @@ class SSHConfig extends Array {

}
results.push(val)
if (val) results.push(val)
return results.length > 1 ? results : results[0]

@@ -372,3 +372,2 @@ }

while (chr) {

@@ -375,0 +374,0 @@ let node = line()

2

package.json
{
"name": "ssh-config",
"description": "SSH config parser and stringifier",
"version": "4.0.0",
"version": "4.0.1",
"author": "Chen Yangjian (https://www.cyj.me)",

@@ -6,0 +6,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc