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 2.0.0-beta.1 to 2.0.0

3

History.md

@@ -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": {

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