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

ssh2-exec

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssh2-exec - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

lib/index.js

@@ -11,3 +11,3 @@ // Generated by CoffeeScript 1.7.1

module.exports = function() {
var callback, opitons, options;
var callback, options;
if (arguments.length === 1) {

@@ -20,3 +20,3 @@ options = arguments[0];

} else {
opitons = {};
options = {};
options.ssh = arguments[0];

@@ -23,0 +23,0 @@ options.cmd = arguments[1];

{
"name": "ssh2-exec",
"version": "0.2.1",
"version": "0.2.2",
"description": "Transparent use of `child_process.exec` and `ssh2.prototype.exec`",

@@ -5,0 +5,0 @@ "keywords": ["child process", "exec", "ssh2", "ssh"],

@@ -30,3 +30,3 @@

else
opitons = {}
options = {}
options.ssh = arguments[0]

@@ -33,0 +33,0 @@ options.cmd = arguments[1]

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