Socket
Socket
Sign inDemoInstall

node-ssh

Package Overview
Dependencies
11
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 4.0.0

5

CHANGELOG.md

@@ -1,4 +0,4 @@

#### 3.2.0
#### 4.0.0
- Implement `maxAtOnce` in `putFiles()`
- Fix a bug where `.getFile` parameters were reversed. Published as a major change because it is API breaking

@@ -8,2 +8,3 @@ #### 3.1.0

- Implement sftp-backed `mkdir`
- Implement `maxAtOnce` in `putFiles()`

@@ -10,0 +11,0 @@ #### 3.0.1

2

lib/index.js

@@ -225,3 +225,3 @@ 'use strict';

yield new Promise(function (resolve, reject) {
sftp.fastGet(localFile, remoteFile, Helpers.generateCallback(resolve, reject));
sftp.fastGet(remoteFile, localFile, Helpers.generateCallback(resolve, reject));
});

@@ -228,0 +228,0 @@ } finally {

{
"name": "node-ssh",
"version": "3.1.0",
"version": "4.0.0",
"description": "SS2 with Promises",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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