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
108
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.4 to 0.15.5

app.js

2

lib/index.js

@@ -125,3 +125,3 @@ 'use strict'

this.ors = opts.ors || this.ors
this.echoLines = opts.echoLines || this.echoLines
this.echoLines = (typeof opts.echoLines !== 'undefined' ? opts.echoLines : this.echoLines)
this.maxBufferLength = opts.maxBufferLength || this.maxBufferLength

@@ -128,0 +128,0 @@ }

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

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

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

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