Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
@quintessential/health-hid
Advanced tools
A library for interacting with medical devices over WebHID.
A library for interacting with medical devices over WebHID.
This library is primarily focused around receiving readings from health-related biometric devices.
Due to WebHID security-related limitations, users need to explicitly grant the page permission to utilize their devices on every single page load.
As such, users of the library need to manually call ask for a device handle via Device.requestDevice()
.
Upon receiving access, the device will be automatically opened and ready for use.
Individual devices may then utilize said device handle to interact with the hardware device through the relevant device utils.
Besides returning the actual response, device commands typically log successful output in a text representation.
By default, said output is piped to the console, but a custom data handler may be specified via devHandle.strOut = dataHandler
.
# Retrieving the active slot's current user ID from a Microlife Blood Pressure Monitor
const userId = await HealthHid.MicrolifeBPM.getUserId(device);
console.log(userId);
> KON14
npm run serve
# Navigate to http://localhost:8080
WebHID is currently only supported on Chromium* desktop browsers.
FAQs
A library for interacting with medical devices over WebHID.
The npm package @quintessential/health-hid receives a total of 5 weekly downloads. As such, @quintessential/health-hid popularity was classified as not popular.
We found that @quintessential/health-hid demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.