ssh2-sftp-client
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"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) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0
27547
679
168