Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.1.2 to 1.1.3

4

lib/bluetooth-serial-port.js

@@ -43,2 +43,6 @@ /*

BluetoothSerialPort.prototype.listPairedDevices = function(callback) {
this.inq.listPairedDevices(callback);
};
BluetoothSerialPort.prototype.inquire = function() {

@@ -45,0 +49,0 @@ this.inq.inquire();

2

package.json
{ "name" : "bluetooth-serial-port"
, "version" : "1.1.2"
, "version" : "1.1.3"
, "description" : "Bluetooth serial port communication for Node.js"

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

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

### 1.1.3
* Fixes [segfault](https://github.com/eelcocramer/node-bluetooth-serial-port/pull/29) that occurs when a buffer is invalidated by the garbage collector.
* Adds experimental support for listing paired devices.
### 1.1.2

@@ -175,4 +180,12 @@

#### BluetoothSerialPort.listPairedDevices(callback)
__ONLY ON OSX__
Lists the devices that are currently paired with the host.
* callback(pairedDevices) - is called when the paired devices object has been populated. See the [pull request](https://github.com/eelcocramer/node-bluetooth-serial-port/pull/30) for more information on the `pairedDevices` object.
## LICENSE
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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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