Socket
Socket
Sign inDemoInstall

ftp-fork-fixed

Package Overview
Dependencies
1
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "ftp-fork-fixed",
"version": "1.0.0",
"version": "1.0.1",
"author": "Tamás András Horváth <htomy92@gmail.com>",

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

@@ -16,3 +16,3 @@ Description

npm install ftp
npm i ftp-fork-fixed

@@ -26,3 +26,3 @@

```javascript
var Client = require('ftp');
var Client = require('ftp-fork-fixed');

@@ -44,3 +44,3 @@ var c = new Client();

```javascript
var Client = require('ftp');
var Client = require('ftp-fork-fixed');
var fs = require('fs');

@@ -63,3 +63,3 @@

```javascript
var Client = require('ftp');
var Client = require('ftp-fork-fixed');
var fs = require('fs');

@@ -66,0 +66,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc