Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-modbus

Package Overview
Dependencies
Maintainers
4
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-modbus - npm Package Compare versions

Comparing version 0.8.2 to 0.9.0

modbus/modbus-flex-write.html

5

modbus/modbus-flex-getter.js

@@ -227,4 +227,3 @@ /**

if (msg.payload.hasOwnProperty('address')
&& msg.payload.address
&& Number(msg.payload.unitid)
&& msg.payload.address !== null
&& msg.payload.address >= 0

@@ -235,3 +234,3 @@ && msg.payload.address <= 65535) {

} else {
verbose_warn('msg.payload.address not valid');
verbose_warn('msg.payload.address is not valid');
return;

@@ -238,0 +237,0 @@ }

8

package.json
{
"name": "node-red-contrib-modbus",
"version": "0.8.2",
"version": "0.9.0",
"description": "Node-RED original nodes to communicate via MODBUS TCP.",

@@ -27,3 +27,4 @@ "dependencies": {

"modbus getter",
"modbus flexible getter"
"modbus flexible getter",
"modbus flexible write"
],

@@ -38,3 +39,4 @@ "node-red": {

"Modbus-Server": "modbus/modbus-server.js",
"Modbus-Flex-Getter": "modbus/modbus-flex-getter.js"
"Modbus-Flex-Getter": "modbus/modbus-flex-getter.js",
"Modbus-Flex-Write": "modbus/modbus-flex-write.js"
}

@@ -41,0 +43,0 @@ },

@@ -14,2 +14,4 @@ [![NPM download](https://img.shields.io/npm/dm/node-red-contrib-modbus.svg)](http://www.npm-stats.com/~packages/node-red-contrib-modbus) [![NPM version](https://badge.fury.io/js/node-red-contrib-modbus.png)](http://badge.fury.io/js/node-red-contrib-modbus)

Tested with node-red v0.15.2
# Install

@@ -27,3 +29,3 @@

![Flow Example](images/Screenshot01V061.png)
![Flow Example](images/Screenshot01V090.png)

@@ -30,0 +32,0 @@ # Author

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc