We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b582b9b commit 6c3c02fCopy full SHA for 6c3c02f
package.json
@@ -1,11 +1,11 @@
1
{ "name": "ssh2",
2
- "version": "0.8.3",
+ "version": "0.8.4",
3
"author": "Brian White <mscdex@mscdex.net>",
4
"description": "SSH2 client and server modules written in pure JavaScript for node.js",
5
"main": "./lib/client",
6
"engines": { "node": ">=5.2.0" },
7
"dependencies": {
8
- "ssh2-streams": "~0.4.3"
+ "ssh2-streams": "~0.4.4"
9
},
10
"scripts": {
11
"test": "node test/test.js"
0 commit comments