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

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.1.5 to 0.1.6

7

lib/SFTP/SFTPv3.js

@@ -189,2 +189,7 @@ var EventEmitter = require('events').EventEmitter,

if (!length) {
cb && process.nextTick(function() { cb(undefined, 0); });
return;
}
/*

@@ -1170,3 +1175,3 @@ uint32 id

ReadStream.prototype.destroy = function() {
ReadStream.prototype.destroy = function(cb) {
var self = this;

@@ -1173,0 +1178,0 @@

2

package.json
{ "name": "ssh2",
"version": "0.1.5",
"version": "0.1.6",
"author": "Brian White <mscdex@mscdex.net>",

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

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