Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

serialport

Package Overview
Dependencies
Maintainers
3
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serialport - npm Package Compare versions

Comparing version 6.2.1 to 6.2.2

10

CHANGELOG.md

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

2

lib/bindings/linux-list.js

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

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