Socket
Socket
Sign inDemoInstall

node-ssh

Package Overview
Dependencies
21
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.2.0

Dist/SSH.js

9

package.json
{
"name": "node-ssh",
"version": "0.1.2",
"version": "0.2.0",
"description": "SS2 with Promises",
"main": "./lib/build/index.js",
"main": "Dist/SSH.js",
"scripts": {

@@ -24,5 +24,8 @@ "test": "echo \"Error: no test specified\" && exit 1"

"dependencies": {
"ssh2": "0.3.6",
"ssh2": "latest",
"a-promise": "latest"
},
"scripts":{
"prepublish": "mkdir -p Dist; uc-compile Source/SSH.coffee > Dist/SSH.js"
}
}

Sorry, the diff of this file is not supported yet

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