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.8 to 0.0.9

openBCISimulator.js

7

changelog.md

@@ -0,1 +1,8 @@

# 0.0.9
### New Features
* Add impedance calculation functions from cyton
* The simulator from OpenBCI_NodeJS has been ripped out and place into this library! Woo.
# 0.0.8

@@ -2,0 +9,0 @@

1

index.js
module.exports.Constants = require('./openBCIConstants');
module.exports.Debug = require('./openBCIDebug');
module.exports.Simulator = require('./openBCISimulator');
module.exports.Utilities = require('./openBCIUtilities');

4

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

@@ -15,2 +15,3 @@ "main": "index.js",

"ganglion",
"wifi",
"cyton",

@@ -27,2 +28,3 @@ "utilities"

"mathjs": "^3.3.0",
"performance-now": "^2.1.0",
"safe-buffer": "^5.1.1",

@@ -29,0 +31,0 @@ "streamsearch": "^0.1.2"

Sorry, the diff of this file is too big to display

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