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

knx.js

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knx.js - npm Package Compare versions

Comparing version 0.6.10 to 0.6.11

2

package.json
{
"name": "knx.js",
"version": "0.6.10",
"version": "0.6.11",
"private": false,

@@ -5,0 +5,0 @@ "repository": {

@@ -137,3 +137,6 @@ /**

console.log("KnxReceiverTunneling: Received connection state response - No active connection with channel ID %s", knxDatagram.channel_id);
this.connection.Disconnect();
new Promise(function (win) {
this.connection.Disconnect(win);
}.bind(this)).then(this.connection.Connect.bind(this.connection));
}

@@ -140,0 +143,0 @@

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