Comparing version 1.3.0 to 1.3.1
@@ -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" ], |
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
86068