Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

ssh2

Package Overview
Dependencies
0
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 0.0.1

lib/Channel.js

11

package.json
{ "name": "ssh2",
"version": "0.0.0",
"version": "0.0.1",
"author": "Brian White <mscdex@mscdex.net>",
"description": "An async libssh2 binding for node.js",
"main": "./index",
"scripts": { "preinstall": "node preconfig.js", "install": "node-gyp rebuild" },
"engines": { "node": ">=0.8.0" },
"keywords": [ "ssh", "ssh2", "sftp", "secure", "shell", "scp" ],
"description": "An SSH2 client module written in pure JavaScript for node.js",
"main": "./lib/Connection",
"engines": { "node": ">=0.8.3" },
"keywords": [ "ssh", "ssh2", "sftp", "secure", "shell", "scp", "client" ],
"licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/ssh2/raw/master/LICENSE" } ],
"repository" : { "type": "git", "url": "http://github.com/mscdex/ssh2.git" }
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc