New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

telnet-client

Package Overview
Dependencies
Maintainers
1
Versions
112
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.15.3 to 0.15.4

4

lib/index.js

@@ -302,3 +302,5 @@ 'use strict'

else if (promptIndex !== -1) {
this.shellPrompt = stringData.substring(promptIndex)
if (!(this.shellPrompt instanceof RegExp))
this.shellPrompt = stringData.substring(promptIndex)
this.state = 'standby'

@@ -305,0 +307,0 @@ this.inputBuffer = ''

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

},
"version": "0.15.3",
"version": "0.15.4",
"main": "./lib/index.js",

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

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