Socket
Socket
Sign inDemoInstall

deploytool-ssh-checkout

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deploytool-ssh-checkout - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

index.js

@@ -9,4 +9,7 @@ /**

module.exports = {
name: 'ssh-checkout',
'tag': 'deployment',
init: function () {},
deploy: function(environment, commit, callback) {
deploytool.environment.initialize(environment, {
deploytool.environment.init(environment, {
type: 'ssh-checkout',

@@ -13,0 +16,0 @@ remoteBranch: '',

6

package.json
{
"name": "deploytool-ssh-checkout",
"version": "0.1.1",
"version": "0.1.2",
"description": "A Deploytool deployment type for running git checkout on a remote server",

@@ -27,4 +27,4 @@ "license": "MIT",

"async": "^2.0.0-rc.6",
"deploytool": "^0.1.1",
"deploytool-ssh": "^0.1.2"
"deploytool": "^0.2.0",
"deploytool-ssh": "^0.1.3"
},

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

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