Socket
Socket
Sign inDemoInstall

capistrano-ssh-wrapper

Package Overview
Dependencies
33
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.0.10

3

package.json
{
"dependencies": {
"capistrano-config": "^1.0.2",
"fs": "^0.0.1-security",

@@ -9,3 +10,3 @@ "shelljs": "^0.7.7",

"description": "[![Greenkeeper badge](https://badges.greenkeeper.io/grrr-amsterdam/capistrano-ssh-wrapper.svg)](https://greenkeeper.io/)",
"version": "1.0.9",
"version": "1.0.10",
"main": "wrapper.js",

@@ -12,0 +13,0 @@ "devDependencies": {},

@@ -6,3 +6,3 @@ #!/usr/bin/env node

const sshwrap = require('ssh-wrapper')
const config = require('./config.js')
const config = require('capistrano-config')

@@ -26,3 +26,3 @@ var wrapper = module.exports = {

var ssh_config = config.findSshConfig(target)
var ssh_config = config.getConfig(target)
if (!ssh_config) {

@@ -29,0 +29,0 @@ return Promise.reject('No Capistrano SSH config was found.')

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc