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

gan-web-bluetooth

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gan-web-bluetooth - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

2

package.json
{
"name": "gan-web-bluetooth",
"version": "2.3.0",
"version": "2.3.1",
"description": "Library for interaction with GAN Smart Timers and GAN Smart Cubes using Web Bluetooth API",

@@ -5,0 +5,0 @@ "private": false,

@@ -609,3 +609,3 @@

if (diff > 0) {
if (this.lastSerial != 255) { // Avoid iCarry2 firmware bug with facelets state event at 255 move counter
if (this.serial != 0) { // Constraint to avoid iCarry2 firmware bug with facelets state event at 255 move counter
let bufferHead = this.moveBuffer[0] as GanCubeMoveEvent;

@@ -612,0 +612,0 @@ let startSerial = bufferHead ? bufferHead.serial : (this.serial + 1) & 0xFF;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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