New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ganglion-ble

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ganglion-ble - npm Package Compare versions

Comparing version

to
0.0.3

2

package.json
{
"name": "ganglion-ble",
"version": "0.0.2",
"version": "0.0.3",
"description": "WebBluetooth client for the Ganglion EEG board by OpenBCI",

@@ -5,0 +5,0 @@ "main": "dist/ganglion-ble.umd.js",

@@ -16,2 +16,3 @@ # OpenBCI Ganglion

await ganglion.connect();
await ganglion.start();

@@ -23,3 +24,3 @@ ganglion.stream.subscribe(sample => {

A sample consists of:
Currently, a sample consists of a Uint8Array of 20. Next steps are to process this buffer into a sample following this data structure:

@@ -26,0 +27,0 @@ ``` js