Socket
Socket
Sign inDemoInstall

ssh2

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssh2 - npm Package Compare versions

Comparing version 0.2.21 to 0.2.22

4

lib/Channel.js

@@ -754,5 +754,5 @@ var inherits = require('util').inherits,

ret = this._channel.close();
if (this._channel._hasX11)
--this._channel._conn._acceptX11;
}
if (this._channel._hasX11)
--this._channel._conn._acceptX11;
this._cleanup();

@@ -759,0 +759,0 @@ return ret;

{ "name": "ssh2",
"version": "0.2.21",
"version": "0.2.22",
"author": "Brian White <mscdex@mscdex.net>",

@@ -4,0 +4,0 @@ "description": "An SSH2 client module written in pure JavaScript for node.js",

Sorry, the diff of this file is too big to display

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