Socket
Socket
Sign inDemoInstall

cordova-plugin-ble-central

Package Overview
Dependencies
0
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.3-alpha.1 to 1.6.0

9

CHANGES.txt

@@ -0,1 +1,10 @@

= 1.6.0 =
Android: Clear up time-based stopScan when new scan is started #902
Android: Report if Bluetooth is disabled when scanning/connecting #826
Android: Restore refreshDeviceCache to 1.3.X functionality (related to #936)
Android: Prevent various null ref exceptions (#936, #901 #871, #773, #698)
Android: Document advanced android scan options
Android: Improve Android 11 background permissions request ordering
iOS: Make connect failure errors on iOS more concise #933 Thanks doug-a-brunner
= 1.5.2 =

@@ -2,0 +11,0 @@ Android: Exclude ACCESS_BACKGROUND_LOCATION from plugin.xml to avoid complications with Capacitor #928

2

package.json
{
"name": "cordova-plugin-ble-central",
"version": "1.5.3-alpha.1",
"version": "1.6.0",
"description": "Bluetooth Low Energy (BLE) Central Plugin",

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

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

# Release process
## Pre-release
1. `npm version prepatch --preid=alpha`
2. Align `plugin.xml` version with npm version
3. `npm publish --tag alpha --registry=https://registry.npmjs.org`
## Release
1. `npm version patch`
2. Align `plugin.xml` version with npm version
3. Update release notes
4. `npm publish --registry=https://registry.npmjs.org`
# Nordic DFU

@@ -1327,0 +1342,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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc