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.3.0 to 0.3.1

2

package.json

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

},
"version": "0.3.0",
"version": "0.3.1",
"main": "./lib/telnet-client.js",

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

@@ -141,6 +141,8 @@ [![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/mkozjak/node-telnet-client/blob/master/LICENSE)

The optional callback parameter will be executed with an error and response when the command is finally written out and the response data has been received.
_*** important notice/API change from 0.3.0 ***_
If there was no error when executing the command, 'error' as the first argument will be undefined.
Command result will be passed as the second argument to the callback.
If there was no error when executing the command, 'error' as the first argument to the callback will be undefined.
Command result will be passed as the second argument to the callback.
__*** important notice/API change from 0.3.0 ***__
The callback argument is now called with a signature of (error, [response])
Options:

@@ -147,0 +149,0 @@

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