Socket
Socket
Sign inDemoInstall

deploytool-sftp

Package Overview
Dependencies
40
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

3

index.js

@@ -6,2 +6,5 @@ /**

module.exports = {
name: 'sftp',
tag: 'deployment',
init: function () {},
deploy: require('./lib/deploy'),

@@ -8,0 +11,0 @@ ftpWrapper: require('./lib/sftp-wrapper'),

2

lib/deploy.js

@@ -11,3 +11,3 @@ /**

module.exports = function (environment, commit, callback) {
environment = deploytool.environment.initialize(environment, {
environment = deploytool.environment.init(environment, {
type: 'sftp',

@@ -14,0 +14,0 @@ ssh: {

{
"name": "deploytool-sftp",
"version": "0.1.0",
"version": "0.1.1",
"description": "A deploytool deployment type for uploading modified files via SFTP",

@@ -28,6 +28,6 @@ "license": "MIT",

"async": "^2.0.0-rc.6",
"deploytool": "^0.1.1",
"deploytool-git-diff": "^0.1.1",
"deploytool-ssh": "^0.1.1",
"ssh2": "latest"
"deploytool": "^0.2.0",
"deploytool-git-diff": "^0.1.2",
"deploytool-ssh": "^0.1.3",
"ssh2": "^0.5.0"
},

@@ -34,0 +34,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc