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.3.0 to 0.4.0

log.txt

10

index.js

@@ -110,4 +110,9 @@ /*

await this.glucoseMeasurement.startNotifications();
this.glucoseMeasurementContext = await this.glucoseService.getCharacteristic('glucose_measurement_context');
await this.glucoseMeasurementContext.startNotifications();
try {
this.glucoseMeasurementContext = await this.glucoseService.getCharacteristic('glucose_measurement_context');
await this.glucoseMeasurementContext.startNotifications();
this.glucoseMeasurementContext.addEventListener('characteristicvaluechanged', bluetoothLE.handleContextNotifications);
} catch (err) {
console.log(err);
}
this.racp = await this.glucoseService.getCharacteristic('record_access_control_point');

@@ -117,3 +122,2 @@ await this.racp.startNotifications();

this.glucoseMeasurementContext.addEventListener('characteristicvaluechanged', bluetoothLE.handleContextNotifications);
this.glucoseMeasurement.addEventListener('characteristicvaluechanged', this.handleNotifications);

@@ -120,0 +124,0 @@ this.racp.addEventListener('characteristicvaluechanged', this.handleRACP);

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

@@ -35,6 +35,6 @@ "main": "index.js",

"bows": "1.7.2",
"core-js": "2.6.10",
"core-js": "2.6.12",
"lodash": "4.17.21",
"sundial": "1.6.0"
"sundial": "1.7.0"
}
}
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