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
1
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 0.2.0 to 0.2.1

6

knx.js

@@ -71,3 +71,3 @@ /**

this.on("close", function () {
log('disconnecting from knxjs server at %s:%d in mode[%s]', [config.host, config.port, config.mode]);
log('disconnecting from knxjs server at ' + config.host + ':' + config.port + ' in mode[' + config.mode + ']');
node.knxjsconn && node.knxjsconn.Disconnect && node.knxjsconn.Disconnect();

@@ -238,5 +238,5 @@ });

if (that.receiveEvent && that.connection)
that.connection.off('event', that.receiveEvent);
that.connection.removeListener('event', that.receiveEvent);
if (that.receiveStatus && that.connection)
that.connection.off('status', that.receiveStatus);
that.connection.removeListener('status', that.receiveStatus);
});

@@ -243,0 +243,0 @@ // this.on("error", function(msg) {});

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

@@ -30,4 +30,4 @@ "main": "knx.js",

"dependencies": {
"knx.js": "^0.2.5"
"knx.js": "^0.3.1"
}
}
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