Socket
Socket
Sign inDemoInstall

@connectedcars/device-modules

Package Overview
Dependencies
Maintainers
30
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@connectedcars/device-modules - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

build/dist/src/cmd/ssh.js

@@ -108,3 +108,3 @@ "use strict";

const progressStr = printStatus === true ? `--progress ` : ``;
return cmd.run(`rsync --mkpath ${RSYNC_SSH_OPTIONS} ${progressStr}${recursiveStr}${sourcePath} ${userName}@${ip}:${destinationPath}`, timeout, false, printStatus === true ? logCallback : undefined);
return cmd.run(`rsync --mkpath -bavzP ${RSYNC_SSH_OPTIONS} ${progressStr}${recursiveStr}${sourcePath} ${userName}@${ip}:${destinationPath}`, timeout, false, printStatus === true ? logCallback : undefined);
}

@@ -116,3 +116,3 @@

const progressStr = printStatus === true ? `--progress ` : ``;
return cmd.run(`rsync --mkpath ${RSYNC_SSH_OPTIONS} ${progressStr}${recursiveStr}${userName}@${ip}:${sourcePath} ${destinationPath}`, timeout, false, printStatus === true ? logCallback : undefined);
return cmd.run(`rsync --mkpath -bavzP ${RSYNC_SSH_OPTIONS} ${progressStr}${recursiveStr}${userName}@${ip}:${sourcePath} ${destinationPath}`, timeout, false, printStatus === true ? logCallback : undefined);
}

@@ -119,0 +119,0 @@

{
"name": "@connectedcars/device-modules",
"version": "0.2.1",
"version": "0.2.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "build/dist/src/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc