telnet-client
Advanced tools
Comparing version 0.15.7 to 0.15.8
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.15.7", | ||
"version": "0.15.8", | ||
"main": "./lib/index.js", | ||
@@ -11,0 +11,0 @@ "engine": "node >= 6.9.1", |
@@ -21,14 +21,3 @@ [![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/mkozjak/node-telnet-client/blob/master/LICENSE) | ||
## Responsible disclosure | ||
Since version 0.11.x, we have moved from using ```new Buffer``` to ```Buffer.from```, | ||
because when the library is used with latest Node.js, it issues a deprecation warning | ||
(see [PR #63](https://github.com/mkozjak/node-telnet-client/pull/63)). | ||
Also, since version 0.12.x, we have moved to ECMAScript 6 to utilize class and scoping features. | ||
This means we have moved exclusively to Current and LTS Node.js releases. | ||
Should there be any problems with it, please check if the corresponding issue is opened, | ||
and if not, open it so we can reach out and try to solve the deprecation problem. | ||
## Usage example | ||
## Quick start | ||
### Async/Await (Node.js >= 7.6.0) | ||
@@ -311,5 +300,7 @@ | ||
## License | ||
## Professional support | ||
I offer professional support for node-telnet-client and beyond. I have many years of expertise on building robust, scalable Node.js applications and can help you overcome issues and challenges preventing you to ship your great products. I also excel in software architecture and implementation, being able to provide you with development, planning, consulting, training and customization services. Feel free to [contact me](mailto:kozjakm1@gmail.com?subject=Support) so we can discuss how to help you finish your products! | ||
[MIT](LICENSE) | ||
## Sponsors | ||
Become a sponsor and get your logo on project's README on GitHub with a link to your site. Feel free to [contact me](mailto:kozjakm1@gmail.com?subject=Sponsors) for the arrangement! | ||
@@ -319,1 +310,5 @@ ## Donate | ||
If you love this project, consider [donating](https://mario.kozjak.io/donate)! | ||
## License | ||
[MIT](LICENSE) |
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
45818
312