Socket
Socket
Sign inDemoInstall

advlib-eep-vld

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

2

lib/singlesensor.js

@@ -41,3 +41,3 @@ /**

function processPeopleActivityCounter(data) {
let isMotionDetected = (data.readUInt8(0) & 0xc0) === 0;
let isMotionDetected = [ (data.readUInt8(0) & 0xc0) === 0 ];
let passageCounts = [ data.readUInt16BE(1) ];

@@ -44,0 +44,0 @@

@@ -18,3 +18,3 @@ {

],
"version": "1.2.0",
"version": "1.2.1",
"engines": {

@@ -21,0 +21,0 @@ "node": ">=6.0.0"

/**
* Copyright reelyActive 2022-2023
* Copyright reelyActive 2022-2024
* We believe in an open Internet of Things

@@ -43,3 +43,3 @@ */

const EXPECTED_DATA_PEOPLE_ACTIVITY_COUNTER = {
isMotionDetected: true,
isMotionDetected: [ true ],
passageCounts: [ 12345 ]

@@ -46,0 +46,0 @@ };

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