Socket
Socket
Sign inDemoInstall

cordova-plugin-ble-central

Package Overview
Dependencies
Maintainers
2
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.7.0-alpha.2 to 1.7.0

10

CHANGES.txt

@@ -0,1 +1,11 @@

= 1.7.0 =
iOS: Prevent API warnings on iOS if Bluetooth is disabled during timed scan
iOS: Ensure scan timeout is cleared and reset when new scans are started
Android: Ensure scan timeout is cleared and reset when new scans are started
Standardise all scans to go via scanWithOptions
Add duration flag (in seconds) to scan with options
CI: Create GitHub Cordova & Capacitor Actions (#969)
Documentation: update readme with info for advertisement parsing module
Documentation: Detail capacitor installation instructions
= 1.6.3 =

@@ -2,0 +12,0 @@ Android: Implement manual bond control on #605 #843

11

package.json
{
"name": "cordova-plugin-ble-central",
"version": "1.7.0-alpha.2",
"version": "1.7.0",
"description": "Bluetooth Low Energy (BLE) Central Plugin",
"scripts": {
"slimify": "node tools/make-slim-variant.mjs",
"version": "node tools/set-plugin-version.mjs && git add plugin.xml"
},
"cordova": {

@@ -39,3 +43,6 @@ "id": "cordova-plugin-ble-central",

"types": "./types.d.ts",
"homepage": "https://github.com/don/cordova-plugin-ble-central#readme"
"homepage": "https://github.com/don/cordova-plugin-ble-central#readme",
"devDependencies": {
"@xmldom/xmldom": "^0.8.7"
}
}

10

README.md

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

2. Align `plugin.xml` version with npm version
3. `npm publish --tag alpha --registry=https://registry.npmjs.org`
3. `npm publish --tag alpha`

@@ -1453,10 +1453,10 @@ ## Release

2. Align `plugin.xml` version with npm version
3. Update release notes
4. `npm publish --registry=https://registry.npmjs.org`
3. Update release notes based on `git log --oneline --no-merges <last release>...master`
4. `npm publish`
## Release (lean)
## Release (slim)
1. `git merge master`
2. Align `package.json` and `plugin.xml` versions
3. `npm publish --tag lean --registry=https://registry.npmjs.org`
3. `npm publish --tag slim`

@@ -1463,0 +1463,0 @@ # Nordic DFU

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