Socket
Socket
Sign inDemoInstall

@openbci/wifi

Package Overview
Dependencies
43
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

6

CHANGELOG.md

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

# v1.0.1
### Bug Fixes
Updated references to .Debug and .Utilities to .debug and .utilities
# v1.0.0

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

4

openBCIWifi.js

@@ -7,5 +7,5 @@ 'use strict';

const OpenBCIUtilities = require('@openbci/utilities');
const obciUtils = OpenBCIUtilities.Utilities;
const obciUtils = OpenBCIUtilities.utilities;
const k = OpenBCIUtilities.constants;
const obciDebug = OpenBCIUtilities.Debug;
const obciDebug = OpenBCIUtilities.debug;
const clone = require('clone');

@@ -12,0 +12,0 @@ const ip = require('ip');

{
"name": "@openbci/wifi",
"version": "1.0.0",
"version": "1.0.1",
"description": "The official SDK for the OpenBCI/Push The World Wifi Shield connected to either OpenBCI Cytons or Ganglions.",

@@ -5,0 +5,0 @@ "main": "openBCIWifi.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc