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.3.4 to 1.3.5

0

.eslintrc.json

@@ -0,0 +0,0 @@ {

14

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

@@ -36,11 +36,11 @@ "main": "./src/BluetoothTerminal.js",

"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.2",
"eslint": "^5.11.1",
"eslint-config-google": "^0.11.0",
"coveralls": "^3.0.3",
"eslint": "^5.14.1",
"eslint-config-google": "^0.12.0",
"istanbul": "^0.4.5",
"jsdom": "^13.1.0",
"mocha": "^5.2.0",
"sinon": "^7.2.2",
"jsdom": "^13.2.0",
"mocha": "^6.0.2",
"sinon": "^7.2.4",
"web-bluetooth-mock": "^1.0.2"
}
}

@@ -0,0 +0,0 @@ # bluetooth-terminal

@@ -146,3 +146,3 @@ /**

if (!data) {
return Promise.reject('Data must be not empty');
return Promise.reject(new Error('Data must be not empty'));
}

@@ -158,3 +158,3 @@

if (!this._characteristic) {
return Promise.reject('There is no connected device');
return Promise.reject(new Error('There is no connected device'));
}

@@ -171,3 +171,3 @@

if (!this._characteristic) {
reject('Device has been disconnected');
reject(new Error('Device has been disconnected'));
}

@@ -174,0 +174,0 @@

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ 'use strict';

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

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

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