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

openbci-utilities

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openbci-utilities - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

6

changelog.md

@@ -0,1 +1,7 @@

# 0.0.4
### Bug Fixes
* Fix bug where samples were not properly being extracted
# 0.0.2

@@ -2,0 +8,0 @@

5

openBCIUtilities.js

@@ -21,3 +21,3 @@ 'use strict';

* @typedef {Object} ProcessedBuffer
* @property {Buffer} buffer The remaining buffer. Can be null.
* @property {Buffer|SafeBuffer|Buffer2} buffer The remaining buffer. Can be null.
* @property {Array} rawDataPackets The extracted raw data packets

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

* @param o.scale {Boolean} (optional) Default `true`. A gain of 24 for Cyton will be used and 51 for ganglion by default.
* @return {Array} samples An array of {Sample}
* @author AJ Keller (@pushtheworldllc)

@@ -935,3 +936,3 @@ */

}
sample.push(sample);
samples.push(sample);
} catch (err) {

@@ -938,0 +939,0 @@ samples.push({

2

package.json
{
"name": "openbci-utilities",
"version": "0.0.2",
"version": "0.0.4",
"description": "The official utility package of Node.js SDK for the OpenBCI Biosensor Boards.",

@@ -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