Socket
Socket
Sign inDemoInstall

node-ssh

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ssh - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

Dist/Promise.js

3

Dist/SSH.js

@@ -53,3 +53,3 @@ (function() {

SSH.prototype.mkdir = function(Path) {
return new this.exec("mkdir -p " + Path);
return this.exec("mkdir -p " + Path);
};

@@ -219,2 +219,1 @@

}).call(this);
{
"name": "node-ssh",
"version": "0.2.3",
"version": "0.2.4",
"description": "SS2 with Promises",

@@ -5,0 +5,0 @@ "main": "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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc