Socket
Socket
Sign inDemoInstall

ssh2-sftp-client

Package Overview
Dependencies
16
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.2.1 to 5.2.2

4

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

@@ -34,6 +34,6 @@ "main": "src/index.js",

"dotenv": "^8.2.0",
"mocha": "^8.1.1",
"moment": "^2.27.0",
"mocha": "^8.0.1",
"through2": "^4.0.2"
}
}

@@ -248,3 +248,3 @@ /**

this.debugMsg(`stat error ${err.message} code: ${err.code}`);
if (err.code === 2) {
if (err.code === 2 || err.code === 4) {
reject(

@@ -251,0 +251,0 @@ utils.formatError(

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc