Socket
Socket
Sign inDemoInstall

promise-sftp

Package Overview
Dependencies
8
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.11.2 to 0.11.3

2

dist/promiseSftp.js

@@ -153,3 +153,3 @@ // Generated by CoffeeScript 1.10.0

continuePromise = new Promise(function(resolve, reject) {
return stream.once('finish', resolve);
return stream.once('close', resolve);
});

@@ -156,0 +156,0 @@ return void 0;

{
"name": "promise-sftp",
"description": "a promise-based sftp client for node.js",
"version": "0.11.2",
"version": "0.11.3",
"main": "index.js",

@@ -6,0 +6,0 @@ "author": "RealtyMaps",

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