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
1
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 1.0.1 to 1.0.2

4

LICENSE.md

@@ -13,3 +13,3 @@ Copyright (c) 2012-2013, Eelco Cramer

[pipe.c](https://github.com/wowus/pipe) - MIT License
[pipe.h](https://github.com/wowus/pipe) - MIT License
* [pipe.c](https://github.com/wowus/pipe) - MIT License
* [pipe.h](https://github.com/wowus/pipe) - MIT License
{ "name" : "bluetooth-serial-port"
, "version" : "1.0.1"
, "version" : "1.0.2"
, "description" : "Bluetooth serial port communication for Node.js"

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

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

### 1.0.2
* Updates the documentation.
* Fixes an issue where memory is freed incorrectly after closing a connection on OS X.
* Improves the timeout mechanism that is used for getting the Bluetooth service records on a remote device on OS X.
### 1.0.1
* No code changes, only updates the documentation.
### 1.0.0
* Makes the write function asynchrone.
* Writes data from a [Buffer](http://nodejs.org/api/buffer.html) of from a string.
* Reads data into a [Buffer](http://nodejs.org/api/buffer.html) instead to a string.
* Takes a [Buffer](http://nodejs.org/api/buffer.html) as the input for the write function in favor of a String.
* Reads data into a [Buffer](http://nodejs.org/api/buffer.html) object instead of using a String.
* Improves error handling when calling the native addon.

@@ -135,2 +145,2 @@

This module is available under a [FreeBSD license](http://opensource.org/licenses/BSD-2-Clause), see the [LICENSE file](https://raw.github.com/eelcocramer/node-bluetooth-serial-port/master/LICENSE) for details.
This module is available under a [FreeBSD license](http://opensource.org/licenses/BSD-2-Clause), see the [LICENSE file](https://github.com/eelcocramer/node-bluetooth-serial-port/blob/master/LICENSE.md) for details.

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