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.0 to 0.15.1

4

package.json

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

},
"version": "0.15.0",
"version": "0.15.1",
"main": "./lib/index.js",

@@ -14,3 +14,3 @@ "engine": "node >= 6.9.1",

"dependencies": {
"bluebird": "3.4.x"
"bluebird": "3.5.x"
},

@@ -17,0 +17,0 @@ "devDependencies": {

@@ -9,3 +9,3 @@ var telnet = process.env.NODETELNETCLIENT_COV

exports['busybox'] = nodeunit.testCase({
exports['initial_lfcr'] = nodeunit.testCase({
setUp: function(callback) {

@@ -12,0 +12,0 @@ srv = telnet_server.createServer(function(c) {

@@ -9,3 +9,3 @@ var telnet = process.env.NODETELNETCLIENT_COV

exports['busybox'] = nodeunit.testCase({
exports['initial_lfcr_before_login'] = nodeunit.testCase({
setUp: function(callback) {

@@ -12,0 +12,0 @@ srv = telnet_server.createServer(function(c) {

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