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

nodesftp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodesftp - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "nodesftp",
"version": "0.0.3",
"version": "0.0.4",
"description": "a simple sftp client built on top of ssh2",

@@ -5,0 +5,0 @@ "main": "sftp.js",

@@ -18,3 +18,3 @@ function upload(credentials,pathToRemoteFile,pathToLocalFile){

if (err) throw err;
sftp.fastPut(pathToLocal+file, pathToRemote+file ,function(err) {
sftp.fastPut(pathToLocalFile, pathToRemoteFile ,function(err) {
if (err) throw err;

@@ -21,0 +21,0 @@ else {

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