Socket
Socket
Sign inDemoInstall

jsmodbus

Package Overview
Dependencies
3
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.2 to 4.0.3

2

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

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

@@ -102,6 +102,6 @@ A simple an easy to use Modbus TCP client/server implementation.

const net = require('net')
const server = new net.Server()
const server = new modbus.server.TCP(server)
const netServer = new net.Server()
const server = new modbus.server.TCP(netServer)
server.listen(502)
netServer.listen(502)

@@ -108,0 +108,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