Socket
Socket
Sign inDemoInstall

cordova-plugin-ble-central

Package Overview
Dependencies
0
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.1 to 1.7.2

3

CHANGES.txt

@@ -0,1 +1,4 @@

= 1.7.2 =
Android: add isConnectable Property for API26+ (O) #823 (#993) thanks @Gargamil
= 1.7.1 =

@@ -2,0 +5,0 @@ Android: Add forceScanFilter option for Android (#989, #987) thanks younesspotmaster

2

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

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

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

"rssi": -37
"connectable":"true" /*Only on Android >= API Level 26*/
}

@@ -1313,0 +1314,0 @@

@@ -17,2 +17,4 @@ declare namespace BLECentralPlugin {

advertising: ArrayBuffer | any;
/* Android only */
connectable?: boolean;
state: PeripheralState;

@@ -19,0 +21,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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc