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

ftp-reader

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ftp-reader - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

1

dist/index.d.ts

@@ -7,1 +7,2 @@ import { FtpConfigInterface } from './interfaces/FtpConfigInterface';

export { deleteFtpFile } from './services/deleteFtpFile';
export { FtpConfigInterface };

6

package.json
{
"name": "ftp-reader",
"version": "0.0.7",
"version": "0.0.8",
"description": "Used to process files from s/ftp servers",

@@ -22,4 +22,4 @@ "main": "dist/index.js",

"bluebird": "^3.5.3",
"lodash": "^4.17.11",
"ssh2-sftp-client": "^4.1.0",
"lodash": "^4.17.12",
"ssh2-sftp-client": "^2.4.0",
"@types/bluebird": "^3.5.24",

@@ -26,0 +26,0 @@ "@types/lodash": "^4.14.118",

@@ -48,1 +48,2 @@ import {each} from 'bluebird';

export {deleteFtpFile} from './services/deleteFtpFile';
export {FtpConfigInterface};
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