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

jsftp

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsftp - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

lib/jsftp.js

@@ -423,3 +423,3 @@ /* vim:set ts=2 sw=2 sts=2 expandtab */

if (err) {
callback(err);
return callback(err);
}

@@ -440,3 +440,3 @@

socket.resume();
})
});
}

@@ -443,0 +443,0 @@ };

{
"name": "jsftp",
"id": "jsftp",
"version": "1.3.0",
"version": "1.3.1",
"description": "A sane FTP client implementation for NodeJS",

@@ -6,0 +6,0 @@ "keywords": [ "ftp", "protocol", "files", "server", "client", "async" ],

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