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

cordova-plugin-bluetooth-serial-rafael

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-bluetooth-serial-rafael - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "cordova-plugin-bluetooth-serial-rafael",
"version": "1.0.1",
"version": "1.0.2",
"description": "Bluetooth Serial Communication Plugin",

@@ -5,0 +5,0 @@ "main": "./www/bluetoothSerial.js",

@@ -140,13 +140,4 @@ /*global cordova*/

cordova.exec(null, null, "BluetoothSerial", "setDiscoverable", [discoverableDuration]);
},
pair: function (macAddress, pin, success, failure) {
cordova.exec(success, failure, "BluetoothSerial", "pair", [macAddress, pin]);
},
unpair: function (macAddress, success, failure) {
cordova.exec(success, failure, "BluetoothSerial", "unpair", [macAddress]);
}
};

@@ -153,0 +144,0 @@

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