telnet-client
Advanced tools
Comparing version 0.15.5 to 0.15.7
@@ -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) => { |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45691
994
317