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.5 to 0.15.7

3

app.js

@@ -29,5 +29,8 @@ var telnet = require('./lib')

execTimeout: 1000,
timeout: 1000,
negotiationMandatory: false
})
.then(function() {
connection.on("timeout", function() { console.log("#########") })
connection.shell(function(error, stream) {

@@ -34,0 +37,0 @@ stream.on('data', (data) => {

6

package.json

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

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

@@ -17,5 +17,5 @@ "engine": "node >= 6.9.1",

"devDependencies": {
"coveralls": "^2.11.x",
"coveralls": "^3.0.x",
"jscoverage": "^0.6.x",
"nodeunit": ">= 0.9.x",
"nodeunit": ">= 0.11.x",
"telnet": "0.0.1"

@@ -22,0 +22,0 @@ },

[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/mkozjak/node-telnet-client/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/mkozjak/node-telnet-client.svg?branch=master)](https://travis-ci.org/mkozjak/node-telnet-client)
[![Coverage Status](https://coveralls.io/repos/mkozjak/node-telnet-client/badge.svg?branch=master)](https://coveralls.io/r/mkozjak/node-telnet-client?branch=master)
[![npm](https://img.shields.io/npm/dm/telnet-client.svg?maxAge=2592000)](https://www.npmjs.com/package/telnet-client)
[![Coverage Status](https://coveralls.io/repos/mkozjak/node-telnet-client/badge.svg?branch=master)](https://coveralls.io/r/mkozjak/node-telnet-client?branch=master)
[![npm](https://img.shields.io/npm/dm/telnet-client.svg?maxAge=2592000)](https://www.npmjs.com/package/telnet-client)
[![Donate Bitcoin/Altcoins](https://img.shields.io/badge/donate-coins-blue.svg)](https://mario.kozjak.io/donate)
[![NPM](https://nodei.co/npm/telnet-client.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/telnet-client/)

@@ -312,1 +313,5 @@

[MIT](LICENSE)
## Donate
If you love this project, consider [donating](https://mario.kozjak.io/donate)!

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