@stoprocent/bluetooth-hci-socket
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -25,2 +25,3 @@ const EventEmitter = require('events'); | ||
this._parser = null; | ||
process.on('exit', () => this.reset()); | ||
} | ||
@@ -27,0 +28,0 @@ |
@@ -38,2 +38,4 @@ const events = require('events'); | ||
this._aclDataInEndpointBuffer = Buffer.alloc(0); | ||
process.on('exit', () => this.reset()); | ||
} | ||
@@ -40,0 +42,0 @@ |
{ | ||
"name": "@stoprocent/bluetooth-hci-socket", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "Bluetooth HCI socket binding for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
934996
1118