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.2.2 to 1.2.3

4

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

@@ -26,3 +26,3 @@ , "author": "Eelco Cramer <eelco@hailendal.org>"

{ "bindings" : "1.1.x"
, "nan" : "1.5.x"
, "nan" : "^1.8"
}

@@ -29,0 +29,0 @@ , "engines" :

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

### 1.2.3
* [Updates nan](https://github.com/eelcocramer/node-bluetooth-serial-port/pull/67) for io.js 2.x.x compatibility.
### 1.2.2

@@ -194,3 +198,3 @@

#### BluetoothSerialPort.connect(bluetoothAddress[, successCallback, errorCallback])
#### BluetoothSerialPort.connect(bluetoothAddress, channel[, successCallback, errorCallback])

@@ -200,2 +204,3 @@ Connects to a remote bluetooth device.

* bluetoothAddress - the address of the remote Bluetooth device.
* channel - the channel to connect to.
* [successCallback] - called when a connection has been established.

@@ -202,0 +207,0 @@ * [errorCallback(err)] - called when the connection attempt results in an error. The parameter is an [Error object](http://docs.nodejitsu.com/articles/errors/what-is-the-error-object).

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