Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

modbus-serial

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modbus-serial - npm Package Compare versions

Comparing version 5.2.11 to 5.2.12

6

index.js

@@ -185,6 +185,3 @@ "use strict";

this._transactions = {};
this._port._transactionId = 1;
this._timeout = null; // timeout in msec before unanswered request throws timeout error
this._unitID = 1;

@@ -214,2 +211,5 @@ };

/* init ports transaction id */
modbus._port._transactionId = 1;
/* On serial port success

@@ -216,0 +216,0 @@ * register the modbus parser functions

{
"name": "modbus-serial",
"version": "5.2.11",
"version": "5.2.12",
"description": "A pure JavaScript implemetation of MODBUS-RTU (Serial and TCP) for NodeJS.",

@@ -5,0 +5,0 @@ "main": "index.js",

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