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.7.1 to 0.7.2

2

package.json
{
"name": "knx.js",
"version": "0.7.1",
"version": "0.7.2",
"private": false,

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

@@ -20,3 +20,3 @@ /**

KnxConnection.super_.call(this);
this.debug = true;
this.debug = false;

@@ -23,0 +23,0 @@ this.ClassName = 'KnxConnection';

@@ -88,3 +88,3 @@ /**

address = group
? ((addr[0] & 0x7F) >> 3).toString()
? ((addr[0] & 0xFF) >> 3).toString()
: (addr[0] >> 4).toString();

@@ -149,3 +149,3 @@

var part = parseInt(parts[0]);
if (part > 15)
if (part > 31)
throw new InvalidKnxAddressException(address);

@@ -152,0 +152,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