Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-require-bluetoothle

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-require-bluetoothle - npm Package Compare versions

Comparing version 1.0.2 to 1.0.4

2

package.json
{
"name": "cordova-plugin-require-bluetoothle",
"version": "1.0.2",
"version": "1.0.4",
"description": "Require BLE hardware to be available",

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

# require_bluetooth_le
Cordova/Phonegap plugin to insert a tag for \<uses-feature android:name="android.hardware.BLUETOOTH_LE" android:required="true"\> into your AndroidManifest.xml file in order to require the phone to have BLE hardware in order to run. This will prevent your app from showing up in the app store on old phones w/o the necessary hardware.
Cordova/Phonegap plugin to insert a tag for \<uses-feature android:name="android.hardware.bluetooth_le" android:required="true"\> into your AndroidManifest.xml file in order to require the phone to have BLE hardware in order to run. This will prevent your app from showing up in the app store on old phones w/o the necessary hardware.
Add this to your config.xml to enable:
\<gap:plugin name="cordova-plugin-require-bluetoothle" source="npm" version="1.0.0" /\>
\<gap:plugin name="cordova-plugin-require-bluetoothle" source="npm" version="1.0.4" /\>

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