Socket
Socket
Sign inDemoInstall

node-red-contrib-modbus-tcp-ip

Package Overview
Dependencies
169
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.2

2

modbus-tcp-ip.js

@@ -41,3 +41,3 @@ const modbus = require("./module/modbus-stream/lib/modbus");

msg.ip = node.ip ? node.ip : msg.payload.modbus_ip;
msg.port = node.port ? parseInt(node.port) : parseInt(msg.payload.modbus_ip);
msg.port = node.port ? parseInt(node.port) : parseInt(msg.payload.modbus_port);

@@ -44,0 +44,0 @@ if(!msg.ip || !msg.port) done("Invaid Modbus IP or PORT");

{
"name": "node-red-contrib-modbus-tcp-ip",
"version": "1.1.0",
"version": "1.1.2",
"description": "A simple node for realtime MODBUS TCP/IP Process with added features.",

@@ -5,0 +5,0 @@ "main": "modbus-tcp-ip.js",

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