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.3.1 to 1.4.0

hooks/after_prepare.js

3

CHANGES.txt

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

= 1.4.0 =
Android has new plugin variable ACCESS_BACKGROUND_LOCATION enable or disable background scanning permissions. Defaults to false. #844 #821 #870 Thanks marioshtika
= 1.3.1 =

@@ -2,0 +5,0 @@ Android updated to BluetoothLeScanner removing deprecated LeScanCallback #796 Thanks pentabarf

2

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

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

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

### Android
If your app targets Android 10 (API level 29) or higher, you have also the option of requesting the ACCESS_BACKGROUND_LOCATION permission. If your app has a feature that requires it, set `ACCESS_BACKGROUND_LOCATION ` to true when installing.
--variable ACCESS_BACKGROUND_LOCATION=true
# API

@@ -66,0 +72,0 @@

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