@serialport/parser-byte-length
Advanced tools
Comparing version 3.0.0 to 8.0.1
@@ -6,3 +6,3 @@ # Change Log | ||
# [3.0.0](https://github.com/node-serialport/node-serialport/compare/@serialport/parser-byte-length@2.0.2...@serialport/parser-byte-length@3.0.0) (2019-05-16) | ||
## [8.0.1](https://github.com/serialport/node-serialport/compare/v6.2.2...v8.0.1) (2019-09-18) | ||
@@ -12,3 +12,3 @@ | ||
* remove node6 support and upgrade codebase ([#1851](https://github.com/node-serialport/node-serialport/issues/1851)) ([d4f15c0](https://github.com/node-serialport/node-serialport/commit/d4f15c0)) | ||
* remove node6 support and upgrade codebase ([#1851](https://github.com/serialport/node-serialport/issues/1851)) ([d4f15c0](https://github.com/serialport/node-serialport/commit/d4f15c0)) | ||
@@ -24,4 +24,20 @@ | ||
## [2.0.2](https://github.com/node-serialport/node-serialport/compare/@serialport/parser-byte-length@2.0.1...@serialport/parser-byte-length@2.0.2) (2018-11-27) | ||
# [3.0.0](https://github.com/serialport/node-serialport/compare/@serialport/parser-byte-length@2.0.2...@serialport/parser-byte-length@3.0.0) (2019-05-16) | ||
### chore | ||
* remove node6 support and upgrade codebase ([#1851](https://github.com/serialport/node-serialport/issues/1851)) ([d4f15c0](https://github.com/serialport/node-serialport/commit/d4f15c0)) | ||
### BREAKING CHANGES | ||
* bindings now use async functions so they’ll never throw, only reject | ||
## [2.0.2](https://github.com/serialport/node-serialport/compare/@serialport/parser-byte-length@2.0.1...@serialport/parser-byte-length@2.0.2) (2018-11-27) | ||
**Note:** Version bump only for package @serialport/parser-byte-length | ||
@@ -34,3 +50,3 @@ | ||
<a name="2.0.1"></a> | ||
## [2.0.1](https://github.com/node-serialport/node-serialport/compare/@serialport/parser-byte-length@2.0.0...@serialport/parser-byte-length@2.0.1) (2018-08-29) | ||
## [2.0.1](https://github.com/serialport/node-serialport/compare/@serialport/parser-byte-length@2.0.0...@serialport/parser-byte-length@2.0.1) (2018-08-29) | ||
@@ -37,0 +53,0 @@ **Note:** Version bump only for package @serialport/parser-byte-length |
{ | ||
"name": "@serialport/parser-byte-length", | ||
"version": "3.0.0", | ||
"version": "8.0.1", | ||
"main": "byte-length.js", | ||
@@ -14,5 +14,5 @@ "engines": { | ||
"type": "git", | ||
"url": "git://github.com/node-serialport/node-serialport.git" | ||
"url": "git://github.com/serialport/node-serialport.git" | ||
}, | ||
"gitHead": "524a2729003a94c9575904448d878a151f4f3790" | ||
"gitHead": "eae28d4a00df1cc44e054acd34b530377cdc62c6" | ||
} |
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
4712