serialport
Advanced tools
Comparing version 6.2.1 to 6.2.2
@@ -0,1 +1,11 @@ | ||
<a name="6.2.2"></a> | ||
## 6.2.2 (2018-07-21) | ||
* fix: npm and git ignore for prebuild ([fb565fd](https://github.com/node-serialport/node-serialport/commit/fb565fd)) | ||
* fix: Remove a new Buffer() call (#1603) ([e21fe7a](https://github.com/node-serialport/node-serialport/commit/e21fe7a)), closes [#1603](https://github.com/node-serialport/node-serialport/issues/1603) | ||
* Add support for beaglebone serial ports. (#1600) ([384eb37](https://github.com/node-serialport/node-serialport/commit/384eb37)), closes [#1600](https://github.com/node-serialport/node-serialport/issues/1600) | ||
* put back prebuild binary builders (#1602) ([4160aca](https://github.com/node-serialport/node-serialport/commit/4160aca)), closes [#1602](https://github.com/node-serialport/node-serialport/issues/1602) | ||
<a name="6.2.1"></a> | ||
@@ -2,0 +12,0 @@ ## 6.2.1 (2018-06-28) |
@@ -8,3 +8,3 @@ 'use strict'; | ||
function checkPathOfDevice(path) { | ||
return (/(tty(S|ACM|USB|AMA|MFD)|rfcomm)/).test(path) && path; | ||
return (/(tty(S|ACM|USB|AMA|MFD|O)|rfcomm)/).test(path) && path; | ||
} | ||
@@ -11,0 +11,0 @@ |
{ | ||
"name": "serialport", | ||
"version": "6.2.1", | ||
"version": "6.2.2", | ||
"description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!", | ||
@@ -20,2 +20,3 @@ "main": "lib", | ||
"RFID", | ||
"robotics", | ||
"sensor", | ||
@@ -89,4 +90,3 @@ "serial port", | ||
"mocha": "^5.2.0", | ||
"prebuild": "^7.6.0", | ||
"prebuild-ci": "^2.2.3", | ||
"prebuild": "github:reconbot/prebuild#reconbot/build_v8_with_gn", | ||
"proxyquire": "^2.0.0", | ||
@@ -120,3 +120,3 @@ "sinon": "^6.0.1" | ||
"prebuild": "prebuild --all --strip --verbose", | ||
"prebuild-ci": "prebuild-ci" | ||
"prebuild-upload": "prebuild --all --strip --verbose" | ||
}, | ||
@@ -123,0 +123,0 @@ "gypfile": true, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 6 instances in 1 package
16
6
2
205564
38
1868