serialport
Advanced tools
Comparing version 9.0.1 to 9.0.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [9.0.2](https://github.com/serialport/node-serialport/compare/v9.0.1...v9.0.2) (2020-10-16) | ||
**Note:** Version bump only for package serialport | ||
## [9.0.1](https://github.com/serialport/node-serialport/compare/v9.0.0...v9.0.1) (2020-08-08) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "serialport", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!", | ||
@@ -48,4 +48,4 @@ "main": "lib", | ||
"dependencies": { | ||
"@serialport/binding-mock": "^9.0.1", | ||
"@serialport/bindings": "^9.0.1", | ||
"@serialport/binding-mock": "^9.0.2", | ||
"@serialport/bindings": "^9.0.2", | ||
"@serialport/parser-byte-length": "^9.0.1", | ||
@@ -57,3 +57,3 @@ "@serialport/parser-cctalk": "^9.0.1", | ||
"@serialport/parser-regex": "^9.0.1", | ||
"@serialport/stream": "^9.0.1", | ||
"@serialport/stream": "^9.0.2", | ||
"debug": "^4.1.1" | ||
@@ -68,3 +68,4 @@ }, | ||
}, | ||
"gitHead": "19fb5f8d2a76854c154c0f89e908a478ee915ee6" | ||
"preferUnplugged": false, | ||
"gitHead": "df482d3af7660fd13a4ecc2de5ddcb70a02417f4" | ||
} |
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
10004
Updated@serialport/bindings@^9.0.2
Updated@serialport/stream@^9.0.2