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

cordova-plugin-bluetooth-classic-serial-port

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-bluetooth-classic-serial-port - npm Package Compare versions

Comparing version 0.9.16-dev.1 to 0.9.16

3

CHANGES.txt

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

= 0.9.16 =
chore: Remove cordova-custom-config
= 0.9.15 =

@@ -2,0 +5,0 @@ Android: Move Android permissions to config.xml

6

package.json
{
"name": "cordova-plugin-bluetooth-classic-serial-port",
"version": "0.9.16-dev.1",
"version": "0.9.16",
"description": "Cordova Bluetooth Serial Port Profile Communication Plugin",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"cordova": {

@@ -10,0 +6,0 @@ "id": "cordova-plugin-bluetooth-classic-serial-port",

@@ -89,3 +89,2 @@ # Bluetooth Classic Serial Plugin for Cordova

iOS requires that the device's protocol string is in the p-list.
This plugin has a dependency on [cordova-custom-config](https://github.com/dpa99c/cordova-custom-config) which enables plist entries to be created from entries the application's cordova config.xml file.

@@ -92,0 +91,0 @@ ### Examples

/*global cordova*/
module.exports = {
initialize: function(success, failure) {
cordova.exec(success, failure, "BluetoothClassicSerial", "initialize", []);
},
version: '0.9.16',

@@ -8,0 +6,0 @@ connect: function (deviceId, interfaceArray, success, failure) {

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

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