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

@icetee/ftp

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@icetee/ftp - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

lib/parser.js

@@ -59,3 +59,3 @@ /* eslint prefer-destructuring: ["error", {VariableDeclarator: {object: true}}] */

if (this.debug) console.error(`[parser] < ${inspect(this.buffer)}`);
this.debug && this.debug(`[parser] < ${inspect(this.buffer)}`);

@@ -78,3 +78,3 @@ // We have a terminating response line

if (this.debug) console.error(`[parser] Response: code=${code}, buffer=${inspect(text)}`);
this.debug && this.debug(`[parser] Response: code=${code}, buffer=${inspect(text)}`);
this.emit('response', code, text);

@@ -81,0 +81,0 @@ }

{
"name": "@icetee/ftp",
"version": "1.0.1",
"version": "1.0.2",
"author": "Tamás András Horváth <htomy92@gmail.com>",

@@ -5,0 +5,0 @@ "contributors": [

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