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.1.3 to 1.1.4

8

CHANGES.txt

@@ -0,1 +1,9 @@

= 1.1.4 =
Prevents scan from removing connecting Peripherals on Android #315 & #341 Thanks mebrunet
Documentation fixes #330 Thanks motla
Documenation clarification about Location Services #318 Thanks petrometro
Ensure peripheral is connected for startNotification and stopNotification on Android #343
Error message for Android 4.3 devices that don't support BLE #263 Thanks PeacePan
Must call scan before connect. Update documentation #340
= 1.1.3 =

@@ -2,0 +10,0 @@ NSBluetoothPeripheralUsageDescription #324 Thanks Tim Kim

2

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

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

@@ -99,2 +99,4 @@ # Bluetooth Low Energy (BLE) Central Plugin for Apache Cordova

*Note* in Android SDK >= 23, Location Services must be enabled. If it has not been enabled, the scan method will return no results even when BLE devices are in proximity.
### Parameters

@@ -132,2 +134,4 @@

*Note* cf. note above about Location Services in Android SDK >= 23.
### Parameters

@@ -240,2 +244,4 @@

[ble.scan](#scan) must be called before calling connect, so the plugin has a list of avaiable peripherals.
__NOTE__: the connect failure callback will be called if the peripheral disconnects.

@@ -378,3 +384,3 @@

ble.stopNotification(device_id, service_uuid, characteristic_uuid, success, failure);
ble.stopNotification(device_id, service_uuid, characteristic_uuid, success, failure);

@@ -485,3 +491,3 @@ ### Description

ble.startStateNotifications(success, failure);
ble.stopStateNotifications(success, failure);

@@ -488,0 +494,0 @@ ### Description

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