Socket
Socket
Sign inDemoInstall

node-ssh

Package Overview
Dependencies
11
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

4

Dist/SSH.js

@@ -144,4 +144,4 @@ 'use strict';

if (options.stdin) {
stream.push(options.stdin);
stream.close();
stream.write(options.stdin);
stream.end();
}

@@ -148,0 +148,0 @@ });

{
"name": "node-ssh",
"version": "2.0.3",
"version": "2.0.4",
"description": "SS2 with Promises",

@@ -5,0 +5,0 @@ "main": "Dist/SSH.js",

@@ -112,4 +112,4 @@ // @Compiler-Transpile "true"

if (options.stdin) {
stream.push(options.stdin)
stream.close()
stream.write(options.stdin)
stream.end()
}

@@ -116,0 +116,0 @@ })

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