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 3.0.1 to 3.0.2

4

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

@@ -46,3 +46,3 @@ "private": false,

"devDependencies": {
"@types/node": "^22.4.2",
"@types/node": "^22.5.0",
"@types/aes-js": "^3.1.4",

@@ -49,0 +49,0 @@ "@rollup/plugin-typescript": "^11.1.6",

@@ -1099,3 +1099,3 @@

let batteryLevel = msg.getBitWord(24, 8);
let batteryLevel = msg.getBitWord(8 + dataLength * 8, 8);

@@ -1102,0 +1102,0 @@ cubeEvents.push({

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