Socket
Socket
Sign inDemoInstall

node-modbus

Package Overview
Dependencies
178
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.2.1

docs/examples/serial/ListSerialInterfaces.js

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

<a name="4.2.0"></a>
# 4.2.0 (2018-02-07)
### Bug Fixes
* **client-core:** Rejecting promises when cleaning reqFifo. Prevents unresolved promises, memory leaks, and helps the consuming objects maintain flow in case of errors. ([50d29cc](https://github.com/biancode/node-modbus/commit/50d29cc))
* **client-core:** Rejects command promises if client is not in ready state. Prevents unresolved promises, memory leaks, and helps the object consuming the client maintain flow in case of errors. ([4949ac5](https://github.com/biancode/node-modbus/commit/4949ac5))
* **tcp-client:** Ensures state is ready when connection complete event emites, to allow consuming objects to to start firing commands on connect, without getting rejected from the check that ensures state is 'ready' later on ([05349ba](https://github.com/biancode/node-modbus/commit/05349ba))
<a name="4.2.0"></a>
# [4.2.0](https://github.com/biancode/node-modbus/compare/v4.1.0...v4.2.0) (2018-02-07)

@@ -8,0 +20,0 @@

4

package.json
{
"name": "node-modbus",
"version": "4.2.0",
"version": "4.2.1",
"description": "Sum of implementations for the Serial/TCP Modbus protocol.",

@@ -68,2 +68,4 @@ "author": "Klaus Landsdorf <klaus.landsdorf@bianco-royal.de>",

"files": [
"docs",
"examples",
"node-modbus"

@@ -70,0 +72,0 @@ ],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc