Comparing version 3.1.6 to 3.1.8
{ | ||
"name": "jsmodbus", | ||
"version": "3.1.6", | ||
"version": "3.1.8", | ||
"description": "Implementation for the Serial/TCP Modbus protocol.", | ||
@@ -5,0 +5,0 @@ "author": "Stefan Poeter <stefan.poeter@cloud-automation.de>", |
@@ -99,6 +99,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) | ||
@@ -105,0 +105,0 @@ ```` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
432229
275
10242