Socket
Socket
Sign inDemoInstall

sftpjs

Package Overview
Dependencies
10
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.6 to 1.3.7

3

lib/sftp-wrapper.js
var SFTPWrapper = require('ssh2/lib/SFTPWrapper')
, join = require('path').posix.join
, path = require('path')
, join = path.posix ? path.posix.join : path.join
;

@@ -4,0 +5,0 @@

{
"name": "sftpjs",
"version": "1.3.6",
"version": "1.3.7",
"description": "sftp api similar to ftp using ssh2",

@@ -5,0 +5,0 @@ "main": "sftp.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