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

@thimal/ssh2-promise

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

@thimal/ssh2-promise - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

.idea/sonarlint/issuestore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a

4

dist/sshConnection.js

@@ -8,3 +8,3 @@ "use strict";

const sshUtils_1 = require("./sshUtils");
const SSH2 = require('ssh2'), socks = require('@heroku/socksv5');
const SSH2 = require('ssh2'), socks = require('@thimal/socksv5');
var defaultOptions = {

@@ -227,3 +227,3 @@ reconnect: true,

});
// connects to localhost:0.0
// connects to localhost:0.0
xserversock.connect(6000, 'localhost');

@@ -230,0 +230,0 @@ }).on('error', (err) => {

{
"name": "@thimal/ssh2-promise",
"version": "0.1.7",
"version": "0.1.8",
"description": "Promise wrapper around SSH2 library",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -11,3 +11,3 @@ import { EventEmitter } from 'events';

const SSH2 = require('ssh2'),
socks = require('@heroku/socksv5');
socks = require('@thimal/socksv5');

@@ -52,6 +52,6 @@

* Emit message on this channel
* @param {*} channel
* @param {*} status
* @param {*} ssh
* @param {*} payload
* @param {*} channel
* @param {*} status
* @param {*} ssh
* @param {*} payload
*/

@@ -264,3 +264,3 @@ emit(channel:string, status:string, payload?:any):boolean {

});
// connects to localhost:0.0
// connects to localhost:0.0
xserversock.connect(6000, 'localhost');

@@ -273,3 +273,3 @@ }).on('error', (err:any) => {

}).on('continue', () => {
this.emit(SSHConstants.CHANNEL.SSH, SSHConstants.STATUS.CONTINUE);
this.emit(SSHConstants.CHANNEL.SSH, SSHConstants.STATUS.CONTINUE);
}).on('close', () => {

@@ -276,0 +276,0 @@ this.emit(SSHConstants.CHANNEL.SSH, SSHConstants.STATUS.DISCONNECT, {err: this.__err});

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