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

ble-glucose

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ble-glucose - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

7

index.js

@@ -138,3 +138,2 @@ /*

try {
await this.glucoseMeasurement.stopNotifications();
this.glucoseMeasurement.removeEventListener(

@@ -144,2 +143,3 @@ 'characteristicvaluechanged',

);
await this.glucoseMeasurement.stopNotifications();
this.glucoseMeasurement = null;

@@ -150,3 +150,2 @@ } catch (err) {

try {
await this.glucoseMeasurementContext.stopNotifications();
this.glucoseMeasurementContext.removeEventListener(

@@ -156,2 +155,3 @@ 'characteristicvaluechanged',

);
await this.glucoseMeasurementContext.stopNotifications();
this.glucoseMeasurementContext = null;

@@ -162,3 +162,2 @@ } catch (err) {

try {
await this.racp.stopNotifications();
this.racp.removeEventListener(

@@ -168,2 +167,4 @@ 'characteristicvaluechanged',

);
debug('Removed RACP listener');
await this.racp.stopNotifications();
this.racp = null;

@@ -170,0 +171,0 @@ } catch (err) {

{
"name": "ble-glucose",
"version": "0.2.8",
"version": "0.2.9",
"description": "Reads blood glucose values from Bluetooth LE enabled meters",

@@ -5,0 +5,0 @@ "main": "index.js",

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