Socket
Socket
Sign inDemoInstall

bluetooth-hci-socket

Package Overview
Dependencies
18
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

2

lib/usb.js

@@ -45,3 +45,3 @@ var events = require('events');

} else {
this._usbDevice = usb.findByIds(0x0a5c, 0x21e8) || usb.findByIds(0x0a12, 0x0001);
this._usbDevice = usb.findByIds(0x0a5c, 0x21e8) || usb.findByIds(0x0a12, 0x0001) || usb.findByIds(0x0b05, 0x17cb);
}

@@ -48,0 +48,0 @@

{
"name": "bluetooth-hci-socket",
"version": "0.4.0",
"version": "0.4.1",
"description": "Bluetooth HCI socket binding for Node.js",

@@ -34,3 +34,3 @@ "main": "index.js",

"optionalDependencies": {
"usb": "^1.0.6"
"usb": "^1.1.0"
},

@@ -37,0 +37,0 @@ "devDependencies": {

@@ -31,2 +31,3 @@ # node-bluetooth-hci-socket

| CSR8510 A10 | 0x0a12 | 0x0001 |
| Asus BT-400 | 0x0b05 | 0x17cb |

@@ -33,0 +34,0 @@ ## Install

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc