basic-ftp
Advanced tools
Comparing version 4.2.0 to 4.2.1
# Changelog | ||
## 4.2.1 | ||
- Fixed: Don't rely on MLSD types 'cdir' and 'pdir'. (#99) | ||
## 4.2.0 | ||
@@ -4,0 +8,0 @@ |
@@ -121,3 +121,3 @@ "use strict"; | ||
const [packedFacts, name] = splitStringOnce(line, " "); | ||
if (name === "") { | ||
if (name === "" || name === "." || name === "..") { | ||
return undefined; | ||
@@ -124,0 +124,0 @@ } |
{ | ||
"name": "basic-ftp", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "FTP client for Node.js, supports explicit FTPS over TLS, IPv6, Async/Await, and Typescript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
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
132393