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

@wertarbyte/local-ftp-sftp

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wertarbyte/local-ftp-sftp - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json

@@ -49,3 +49,3 @@ {

},
"version": "0.2.0",
"version": "0.2.1",
"scripts": {

@@ -52,0 +52,0 @@ "build": "rimraf build && tsc",

@@ -62,3 +62,3 @@ Treat local, FTP and SFTP files the same way.

get(path: string): Promise<Buffer>;
readToStream(path: string): Promise<NodeJS.ReadableStream>;
getStream(path: string): Promise<NodeJS.ReadableStream>;
mkdir(path: string, recursive: boolean): Promise<void>;

@@ -65,0 +65,0 @@ rmdir(path: string, recursive: boolean): Promise<void>;

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