telnet-client
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -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 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18546
199
3