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

ssh2-sftp-client

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssh2-sftp-client - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

package.json
{
"name": "ssh2-sftp-client",
"version": "2.2.0",
"version": "2.2.1",
"description": "ssh2 sftp client for node",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -146,4 +146,2 @@ ## SSH2 SFTP Client

### Log
#### V2.2.0
- fix: get readable not emitting data events in node 10.0.0

@@ -150,0 +148,0 @@ #### V2.1.1

@@ -77,6 +77,3 @@ /**

stream.on('readable', () => {
let chunk;
while((chunk = stream.read()) !== null) {
resolve(stream);
}
resolve(stream);
});

@@ -83,0 +80,0 @@ } catch(err) {

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