Socket
Socket
Sign inDemoInstall

cordova-plugin-ble-central

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-ble-central - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

CHANGES.txt

@@ -0,1 +1,7 @@

= 1.0.3 =
Don't block UI thread on Android when starting scan #121 Thanks Kelly Campbell
Return characteristic even if properties don't match #132 #113 Thanks kanayo
StopNotification for Android fixes #51
Fix conflicts with the BluetoothSerial plugin #114
= 1.0.2 =

@@ -2,0 +8,0 @@ Update plugin id for examples

2

package.json
{
"name": "cordova-plugin-ble-central",
"version": "1.0.2",
"version": "1.0.3",
"description": "Bluetooth Low Energy (BLE) Central Plugin",

@@ -5,0 +5,0 @@ "cordova": {

@@ -28,7 +28,20 @@ # Bluetooth Low Energy (BLE) Central Plugin for Apache Cordova

Install with Cordova CLI
### Cordova
$ cd /path/to/your/project
$ cordova plugin add cordova-plugin-ble-central
### PhoneGap
$ phonegap plugin add cordova-plugin-ble-central
### PhoneGap Build
Edit config.xml to install the plugin for [PhoneGap Build](http://build.phonegap.com).
<gap:plugin name="cordova-plugin-ble-central" source="npm" />
### PhoneGap Developer App
This plugin is included in iOS and Android versions of the [PhoneGap Developer App](http://app.phonegap.com/).
Note that this plugin's id changed from `com.megster.cordova.ble` to `cordova-plugin-ble-central` as part of the migration from the [Cordova plugin repo](http://plugins.cordova.io/) to [npm](https://www.npmjs.com/).

@@ -170,2 +183,4 @@

__NOTE__: the connect failure callback will be called if the peripheral disconnects.
### Parameters

@@ -172,0 +187,0 @@

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