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

@stoprocent/bluetooth-hci-socket

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoprocent/bluetooth-hci-socket - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

1

lib/uart.js

@@ -25,2 +25,3 @@ const EventEmitter = require('events');

this._parser = null;
process.on('exit', () => this.reset());
}

@@ -27,0 +28,0 @@

@@ -38,2 +38,4 @@ const events = require('events');

this._aclDataInEndpointBuffer = Buffer.alloc(0);
process.on('exit', () => this.reset());
}

@@ -40,0 +42,0 @@

2

package.json
{
"name": "@stoprocent/bluetooth-hci-socket",
"version": "1.4.3",
"version": "1.4.4",
"description": "Bluetooth HCI socket binding for Node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

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