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.6 to 0.2.7

4

lib/Channel.js

@@ -518,4 +518,4 @@ var inherits = require('util').inherits,

self.readable = false;
channel._conn._sock.removeListener('end', this._sockOnEnd);
channel._conn._sock.removeListener('close', this._sockOnEnd);
channel._conn._sock.removeListener('end', self._sockOnEnd);
channel._conn._sock.removeListener('close', self._sockOnEnd);
};

@@ -522,0 +522,0 @@ channel._conn._sock.once('end', this._sockOnEnd);

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

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

"dependencies": {
"streamsearch": "*"
"streamsearch": "0.1.2"
},

@@ -11,0 +11,0 @@ "keywords": [ "ssh", "ssh2", "sftp", "secure", "shell", "exec", "remote", "client" ],

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