Socket
Socket
Sign inDemoInstall

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 8.0.2 to 8.0.3-no-serial-port

5

package.json
{
"name": "modbus-serial",
"version": "8.0.2",
"version": "8.0.3-no-serial-port",
"description": "A pure JavaScript implemetation of MODBUS-RTU (Serial and TCP) for NodeJS.",

@@ -40,5 +40,4 @@ "main": "index.js",

"dependencies": {
"debug": "^4.1.1",
"serialport": "^9.0.0"
"debug": "^4.1.1"
}
}

3

ports/tcpport.js

@@ -171,3 +171,4 @@ "use strict";

this.callback = callback;
this._client.end(callback);
// DON'T pass callback to `end()` here, it will be handled by client.on('close') handler
this._client.end();

@@ -174,0 +175,0 @@ this.removeAllListeners();

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