Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

telnet-client

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telnet-client - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

2

lib/telnet-client.js

@@ -237,3 +237,3 @@ // Node.js Telnet client

telnetObj.stringData += stringData
promptIndex = stringData.indexOf(telnetObj.shellPrompt)
promptIndex = telnetObj.stringData.indexOf(telnetObj.shellPrompt)

@@ -240,0 +240,0 @@ if (promptIndex === -1 && stringData.length !== 0) {

@@ -8,3 +8,3 @@ {

},
"version": "0.9.2",
"version": "0.9.3",
"main": "./lib/telnet-client.js",

@@ -11,0 +11,0 @@ "engine": "node >= 0.10.29",

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