Socket
Socket
Sign inDemoInstall

smart-bus-mrgadget

Package Overview
Dependencies
3
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.3 to 0.5.4

4

lib/commands.js

@@ -87,5 +87,5 @@ var word = {

var byte = buffer.readUInt8(i);
var offset = i - 3;
var offset = (i - 3) * 8;
for (var n = 0; n < 8 && (offset * 8) + n < channels.length; n++)
for (var n = 0; n < 8 && offset + n < channels.length; n++)
channels[offset + n] = {

@@ -92,0 +92,0 @@ number: offset + n + 1,

{
"name": "smart-bus-mrgadget",
"version": "0.5.3",
"version": "0.5.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Node.js implementation of HDL SmartBus protocol [Fork of smart-bus]",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc