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

bluetooth-terminal

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bluetooth-terminal - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

lib/BluetoothTerminal.js

8

package.json
{
"name": "bluetooth-terminal",
"version": "1.4.0",
"version": "1.4.1",
"description": "ES6 class for serial communication with Bluetooth Low Energy (Smart) devices",

@@ -40,6 +40,6 @@ "main": "src/BluetoothTerminal.js",

"eslint": "^5.16.0",
"eslint-config-google": "^0.12.0",
"eslint-plugin-jsdoc": "^4.8.3",
"eslint-config-google": "^0.13.0",
"eslint-plugin-jsdoc": "^7.2.3",
"istanbul": "^0.4.5",
"jsdom": "^14.0.0",
"jsdom": "^15.1.1",
"mocha": "^6.1.4",

@@ -46,0 +46,0 @@ "sinon": "^7.3.2",

@@ -229,3 +229,3 @@ /**

*
* @param {Object} device - Device.
* @param {object} device - Device.
* @returns {Promise} Promise.

@@ -247,3 +247,3 @@ * @private

*
* @param {Object} device - Device.
* @param {object} device - Device.
* @returns {undefined} Undefined.

@@ -296,3 +296,3 @@ * @private

*
* @param {Object} device - Device.
* @param {object} device - Device.
* @returns {Promise} Promise.

@@ -332,3 +332,3 @@ * @private

*
* @param {Object} characteristic - Characteristic.
* @param {object} characteristic - Characteristic.
* @returns {Promise} Promise.

@@ -351,3 +351,3 @@ * @private

*
* @param {Object} characteristic - Characteristic.
* @param {object} characteristic - Characteristic.
* @returns {Promise} Promise.

@@ -370,3 +370,3 @@ * @private

*
* @param {Object} event - Event.
* @param {object} event - Event.
* @returns {undefined} Undefined.

@@ -397,3 +397,3 @@ * @private

*
* @param {Object} event - Event.
* @param {object} event - Event.
* @private

@@ -421,3 +421,3 @@ */

*
* @param {Object} characteristic - Characteristic.
* @param {object} characteristic - Characteristic.
* @param {string} data - Data.

@@ -424,0 +424,0 @@ * @returns {Promise} Promise.

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