New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-knx

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
0.7.2

2

knx.js

@@ -169,3 +169,3 @@ /**

this.groupAddrSend = function (dstgad, value, dpt, action, callback) {
dpt = dpt.toString();
dpt = dpt ? dpt.toString(): '1';
if (action !== 'write')

@@ -172,0 +172,0 @@ throw 'Unsupported action[' + action + '] inside of groupAddrSend';

{
"name": "node-red-contrib-knx",
"version": "0.7.1",
"version": "0.7.2",
"description": "KNX for node-red, utilizing pure JavaScript KNXnet/IP driver (both works: tunelling & routing)",

@@ -5,0 +5,0 @@ "main": "knx.js",