basic-ftp
Advanced tools
Comparing version 3.8.4 to 3.8.5
# Changelog | ||
## 3.8.3 - 3.8.4 | ||
## 3.8.3 - 3.8.5 | ||
@@ -5,0 +5,0 @@ No changes, republishing because of bug on npmjs.com. |
@@ -38,3 +38,3 @@ /// <reference types="node" /> | ||
* will try all of them in the order presented the first time a directory listing | ||
* is requested. After that, `_availableListCommands` will hold only the first | ||
* is requested. After that, `_availableListCommands` will hold only the first | ||
* entry that worked. (Prepend MLSD here when supported in a future version.) | ||
@@ -41,0 +41,0 @@ */ |
@@ -28,3 +28,3 @@ "use strict"; | ||
* will try all of them in the order presented the first time a directory listing | ||
* is requested. After that, `_availableListCommands` will hold only the first | ||
* is requested. After that, `_availableListCommands` will hold only the first | ||
* entry that worked. (Prepend MLSD here when supported in a future version.) | ||
@@ -31,0 +31,0 @@ */ |
{ | ||
"name": "basic-ftp", | ||
"version": "3.8.4", | ||
"version": "3.8.5", | ||
"description": "FTP client for Node.js, supports explicit FTPS over TLS, IPv6, Async/Await, and Typescript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
115704