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 3.0.0 to 3.0.1

6

History.md

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

3.0.1 / 2020-01-07
==================
* Fix: append new section to empty config
3.0.0 / 2019-12-12

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

2

index.js

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

// https://github.com/cyjake/ssh-config/issues/23#issuecomment-564768248
if (lastLine.after === '\n') lastLine.after += '\n'
if (lastLine && lastLine.after === '\n') lastLine.after += '\n'
config.push(line)

@@ -134,0 +134,0 @@ config = line.config = new SSHConfig()

{
"name": "ssh-config",
"description": "SSH config parser and stringifier",
"version": "3.0.0",
"version": "3.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