Socket
Socket
Sign inDemoInstall

node-ssh

Package Overview
Dependencies
9
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

#### 3.0.1
- Fix a bug for windows users where `.putDirectory()` wouldn't convert paths properly ( Thanks @lanxenet )
#### 3.0.0

@@ -2,0 +6,0 @@

2

lib/index.js

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

var localFile = _path2.default.join(localDirectory, file);
var remoteFile = _path2.default.join(remoteDirectory, file);
var remoteFile = _path2.default.join(remoteDirectory, file).split(_path2.default.sep).join('/');
var remoteFileDirectory = _path2.default.dirname(remoteFile);

@@ -335,0 +335,0 @@ if (!directoriesCreated.has(remoteFileDirectory)) {

{
"name": "node-ssh",
"version": "3.0.0",
"version": "3.0.1",
"description": "SS2 with Promises",
"main": "lib/index.js",
"scripts": {
"test": "(apm test) && (flow check | grep -q '0 errors') && (eslint . )",
"test": "(apm test) && (flow check) && (eslint . )",
"clean": "rm -rf lib",

@@ -27,3 +27,3 @@ "build": "npm run clean; babel src --out-dir lib",

"dependencies": {
"sb-promisify": "^1.3.0",
"sb-promisify": "^2.0.1",
"sb-scandir": "^1.0.0",

@@ -37,3 +37,3 @@ "shell-escape": "^0.2.0",

"eslint-config-steelbrain": "^1.0.4",
"flow-bin": "^0.30.0",
"flow-bin": "^0.31.1",
"jasmine-fix": "^1.0.1",

@@ -40,0 +40,0 @@ "pty.js": "^0.3.1",

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