Socket
Socket
Sign inDemoInstall

ftp

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ftp - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

ftp.js

@@ -601,3 +601,3 @@ var util = require('util'),

for (var i=0,match,len=lines.length; i<len; ++i) {
if (match = lines[i].match(/^(\d{3})(?:$|(\s|\-)(.+))/)) {
if (match = lines[i].match(/^(\d{3})(?:$|(\s|-)(.*))/)) {
if (match[2] === '-') {

@@ -604,0 +604,0 @@ if (match[3])

{ "name": "ftp",
"version": "0.1.0",
"version": "0.1.1",
"author": "Brian White <mscdex@mscdex.net>",

@@ -4,0 +4,0 @@ "description": "An FTP client module for node.js",

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