openbci-utilities
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -1,6 +0,7 @@ | ||
# v0.3.2 | ||
# v0.3.3 | ||
### Bug Fixes | ||
### Enhancements | ||
* Fix bug where ganglion with accel data threw error | ||
* Add raw of version to `getFirmware` | ||
* Bump mathjs to 4.0.0 to resolve insecurity | ||
@@ -7,0 +8,0 @@ # v0.3.1 |
@@ -10,3 +10,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
root["OpenBCIUtilities"] = factory(); | ||
})(this, function() { | ||
})(typeof self !== 'undefined' ? self : this, function() { | ||
return /******/ (function(modules) { // webpackBootstrap | ||
@@ -88,3 +88,3 @@ /******/ // The module cache | ||
eval("var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || Function(\"return this\")() || (1,eval)(\"this\");\n} catch(e) {\n\t// This works if the window reference is available\n\tif(typeof window === \"object\")\n\t\tg = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n\n\n//////////////////\n// WEBPACK FOOTER\n// (webpack)/buildin/global.js\n// module id = 1\n// module chunks = 0 1 2 3\n\n//# sourceURL=webpack:///(webpack)/buildin/global.js?"); | ||
eval("var g;\r\n\r\n// This works in non-strict mode\r\ng = (function() {\r\n\treturn this;\r\n})();\r\n\r\ntry {\r\n\t// This works if eval is allowed (see CSP)\r\n\tg = g || Function(\"return this\")() || (1,eval)(\"this\");\r\n} catch(e) {\r\n\t// This works if the window reference is available\r\n\tif(typeof window === \"object\")\r\n\t\tg = window;\r\n}\r\n\r\n// g can still be undefined, but nothing to do about it...\r\n// We return undefined, instead of nothing here, so it's\r\n// easier to handle this case. if(!global) { ...}\r\n\r\nmodule.exports = g;\r\n\n\n//////////////////\n// WEBPACK FOOTER\n// (webpack)/buildin/global.js\n// module id = 1\n// module chunks = 0 1 2 3\n\n//# sourceURL=webpack:///(webpack)/buildin/global.js?"); | ||
@@ -91,0 +91,0 @@ /***/ }), |
@@ -78,3 +78,3 @@ var OpenBCIUtilities = | ||
eval("var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || Function(\"return this\")() || (1,eval)(\"this\");\n} catch(e) {\n\t// This works if the window reference is available\n\tif(typeof window === \"object\")\n\t\tg = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n\n\n//////////////////\n// WEBPACK FOOTER\n// (webpack)/buildin/global.js\n// module id = 1\n// module chunks = 0 1 2 3\n\n//# sourceURL=webpack:///(webpack)/buildin/global.js?"); | ||
eval("var g;\r\n\r\n// This works in non-strict mode\r\ng = (function() {\r\n\treturn this;\r\n})();\r\n\r\ntry {\r\n\t// This works if eval is allowed (see CSP)\r\n\tg = g || Function(\"return this\")() || (1,eval)(\"this\");\r\n} catch(e) {\r\n\t// This works if the window reference is available\r\n\tif(typeof window === \"object\")\r\n\t\tg = window;\r\n}\r\n\r\n// g can still be undefined, but nothing to do about it...\r\n// We return undefined, instead of nothing here, so it's\r\n// easier to handle this case. if(!global) { ...}\r\n\r\nmodule.exports = g;\r\n\n\n//////////////////\n// WEBPACK FOOTER\n// (webpack)/buildin/global.js\n// module id = 1\n// module chunks = 0 1 2 3\n\n//# sourceURL=webpack:///(webpack)/buildin/global.js?"); | ||
@@ -81,0 +81,0 @@ /***/ }), |
{ | ||
"name": "openbci-utilities", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "The official utility package of Node.js SDK for the OpenBCI Biosensor Boards.", | ||
@@ -33,3 +33,3 @@ "main": "dist/openbci-utilities.js", | ||
"gaussian": "^1.0.0", | ||
"mathjs": "^3.3.0", | ||
"mathjs": "^4.0.0", | ||
"performance-now": "^2.1.0", | ||
@@ -36,0 +36,0 @@ "streamsearch": "^0.1.2" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1572792
1
+ Addedcomplex.js@2.0.10(transitive)
+ Addedescape-latex@1.0.3(transitive)
+ Addedfraction.js@4.0.8(transitive)
+ Addedmathjs@4.4.2(transitive)
+ Addedtyped-function@1.0.3(transitive)
- Removedcomplex.js@2.0.4(transitive)
- Removedescape-latex@1.2.0(transitive)
- Removedfraction.js@4.0.4(transitive)
- Removedmathjs@3.20.2(transitive)
- Removedtyped-function@0.10.7(transitive)
Updatedmathjs@^4.0.0