Socket
Socket
Sign inDemoInstall

modbus-serial

Package Overview
Dependencies
19
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.6 to 8.0.7

servers/serverserial.js

1

index.js

@@ -1025,2 +1025,3 @@ "use strict";

module.exports.ServerTCP = require("./servers/servertcp");
module.exports.ServerSerial = require("./servers/serverserial");
module.exports.default = module.exports;

7

ModbusRTU.d.ts
import { Socket } from 'net';
import TestPort from './ports/testport';
export class ModbusRTU {
constructor(port?: any);
static TestPort: typeof TestPort

@@ -96,3 +97,3 @@ open(callback: Function): void;

export interface ReadDeviceIdentificationResult {
export interface ReadDeviceIdentificationResult {
data: string[];

@@ -148,2 +149,2 @@ conformityLevel: number;

port?: number;
}
}
{
"name": "modbus-serial",
"version": "8.0.6",
"version": "8.0.7",
"description": "A pure JavaScript implemetation of MODBUS-RTU (Serial and TCP) for NodeJS.",

@@ -38,9 +38,9 @@ "main": "index.js",

"sinon": "^7.5.0",
"webbluetooth": "^2.1.0",
"web-bluetooth-mock": "^1.0.2"
"web-bluetooth-mock": "^1.0.2",
"webbluetooth": "^2.1.0"
},
"dependencies": {
"debug": "^4.1.1",
"serialport": "^10.0.0"
"serialport": "^10.4.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