Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.1 to 0.3.3

2

lib/index.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.8.0
// Generated by CoffeeScript 1.10.0
var EventEmitter, exec, local, remote, stream;

@@ -3,0 +3,0 @@

{
"name": "ssh2-exec",
"version": "0.3.1",
"version": "0.3.3",
"description": "Transparent use of `child_process.exec` and `ssh2.prototype.exec`",
"keywords": ["child process", "exec", "ssh2", "ssh"],
"homepage": "https://github.com/wdavidw/node-ssh2-exec",
"license": "BSD-3-Clause",
"author": "David Worms <david@adaltas.com>",

@@ -19,6 +20,6 @@ "contributors": [],

"devDependencies": {
"coffee-script": "^1.9.1",
"mocha": "^2.2.1",
"should": "^5.2.0",
"ssh2-they": "^0.0.6"
"coffee-script": "~1.10.0",
"mocha": "~2.4.5",
"should": "~8.3.1",
"ssh2-they": "~1.0.1"
},

@@ -25,0 +26,0 @@ "optionalDependencies": {},

@@ -73,3 +73,3 @@ [![Build Status](https://secure.travis-ci.org/wdavidw/node-ssh2-exec.png)][travis]

child.stdout.on('data', function(data){
console.log(stdout);
console.log(data);
});

@@ -76,0 +76,0 @@ child.on('exit', function(code){

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