Socket
Socket
Sign inDemoInstall

ssh2

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssh2 - npm Package Compare versions

Comparing version 0.2.11 to 0.2.12

4

lib/Parser.constants.js

@@ -234,3 +234,3 @@ var i = 0, keys, len;

COMPRESS_LIST: COMPRESS_LIST,
COMPRESS_LIST_SIZE: COMPRESS_LIST.length,
COMPRESS_LIST_SIZE: COMPRESS_LIST.length
};

@@ -279,2 +279,2 @@ exports.SSH_TO_OPENSSL = {

'hmac-ripemd160': 'ripemd160'
};
};

@@ -696,2 +696,3 @@ // TODO: * Filter control codes from strings

Parser.MAX_SEQNO = MAX_SEQNO;
Parser.readString = readString;
module.exports = Parser;
{ "name": "ssh2",
"version": "0.2.11",
"version": "0.2.12",
"author": "Brian White <mscdex@mscdex.net>",

@@ -8,3 +8,4 @@ "description": "An SSH2 client module written in pure JavaScript for node.js",

"dependencies": {
"streamsearch": "0.1.2"
"streamsearch": "0.1.2",
"asn1": "0.1.11"
},

@@ -11,0 +12,0 @@ "keywords": [ "ssh", "ssh2", "sftp", "secure", "shell", "exec", "remote", "client" ],

Sorry, the diff of this file is too big to display

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