Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simple-ssh

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-ssh - npm Package Compare versions

Comparing version 0.8.5 to 0.8.6

4

lib/ssh.js

@@ -68,2 +68,4 @@ 'use strict';

this._c.exec(cmd, { pty: command.pty }, function(err, stream) {
command.handlers.start();
if (err) {

@@ -139,2 +141,3 @@ command.handlers.err(err);

args: null,
start: function(){},
out: function(){},

@@ -154,2 +157,3 @@ err: function(){},

handlers: {
start: options.start,
out: options.out,

@@ -156,0 +160,0 @@ err: options.err,

2

package.json
{
"name": "simple-ssh",
"version": "0.8.5",
"version": "0.8.6",
"description": "A wrapper for ssh2 to make it easier to perform commands over SSH",

@@ -5,0 +5,0 @@ "keywords": [

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