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

bluetooth-serial-port

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bluetooth-serial-port - npm Package Compare versions

Comparing version 2.2.4 to 2.2.5

3

lib/bluetooth-serial-port.js

@@ -212,4 +212,3 @@ /*

};
var server = new btSerial.BTSerialPortBindingServer(function (clientAddress) {
self.server = server;
self.server = new btSerial.BTSerialPortBindingServer(function (clientAddress) {
read();

@@ -216,0 +215,0 @@ successCallback(clientAddress);

{
"name": "bluetooth-serial-port",
"version": "2.2.4",
"version": "2.2.5",
"description": "Bluetooth serial port communication for Node.js",

@@ -5,0 +5,0 @@ "author": "Eelco Cramer <eelco@hailendal.org>",

@@ -12,7 +12,7 @@ # Bluetooth serial port communication for Node.js

* Fixes an error where the module would not return correctly when parameter assertion would fail.
* Fixes issue #97 where the server process does not exit correctly.
Check the [release notes](RELEASE_NOTES.md) for an overview of the change history.
## Pre-requests on Linux
## Prerequisites on Linux

@@ -45,7 +45,7 @@ * Needs Bluetooth development packages to build

## Pre-request on macOS
## Prerequisites on macOS
* Needs Xcode and Xcode command line tools installed.
## Pre-request on Windows
## Prerequisites on Windows

@@ -52,0 +52,0 @@ * Needs Visual Studio (Visual C++) and its command line tools installed.

## RELEASE NOTES
### 2.2.5
* Fixes issue #97 where the server process does not exit correctly.
### 2.2.4

@@ -4,0 +8,0 @@

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