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

basic-ftp

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basic-ftp - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

4

CHANGELOG.md
# Changelog
## 4.2.1
- Fixed: Don't rely on MLSD types 'cdir' and 'pdir'. (#99)
## 4.2.0

@@ -4,0 +8,0 @@

2

dist/parseListMLSD.js

@@ -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",

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