🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@cyberalien/deploy-utils

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cyberalien/deploy-utils - npm Package Compare versions

Comparing version
0.0.6
to
0.0.7
+4
-1
lib/ssh/upload.js

@@ -22,3 +22,6 @@ /**

return new Promise((resolve, reject) => {
sftp.fastPut(localFile, remoteFile, (err) => {
sftp.fastPut(localFile, remoteFile, {
concurrency: 1,
chunkSize: 524288
}, (err) => {
if (err) {

@@ -25,0 +28,0 @@ reject(err);

+1
-1

@@ -6,3 +6,3 @@ {

"author": "Vjacheslav Trushkin",
"version": "0.0.6",
"version": "0.0.7",
"license": "UNLICENSED",

@@ -9,0 +9,0 @@ "homepage": "https://cyberalien.dev/",