Socket
Socket
Sign inDemoInstall

jsmodbus

Package Overview
Dependencies
160
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

2

package.json
{
"name": "jsmodbus",
"version": "1.2.1",
"version": "1.2.2",
"description": "Implementation for the Serial/TCP Modbus protocol.",

@@ -5,0 +5,0 @@ "author": "Stefan Poeter <stefan.poeter@cloud-automation.de>",

@@ -42,3 +42,3 @@ var stampit = require('stampit'),

serialport = new SerialPort(this.portName, {
baudRate: this.baudrate,
baudRate: this.baudRate,
parity: this.parity,

@@ -45,0 +45,0 @@ dataBits: this.dataBits,

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