New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dsevo/modules-deploy-sftp

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dsevo/modules-deploy-sftp - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "@dsevo/modules-deploy-sftp",
"version": "0.0.7",
"version": "0.0.8",
"description": "DSEVO Module to deploy to SFTP servers",

@@ -5,0 +5,0 @@ "license": "ISC",

module.exports = {
hostname: {
label: 'Hostname',
description: 'The SFTP server hostname',
type: 'string',
default: '',
description: 'The SFTP server hostname'
},
username: {
label: 'Username',
type: 'string',

@@ -12,2 +14,3 @@ default: ''

password: {
label: 'Password',
type: 'password',

@@ -17,5 +20,11 @@ default: ''

path: {
label: 'Path on server',
type: 'string',
default: '/home'
},
port: {
label: 'Port',
type: 'number',
default: '21',
}
}
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