@serialport/bindings
Advanced tools
Comparing version 8.0.8 to 9.0.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [9.0.0](https://github.com/serialport/node-serialport/compare/v8.0.8...v9.0.0) (2020-05-10) | ||
### chore | ||
* build on node 14 and drop node 8 and 32bit linux builds ([#2079](https://github.com/serialport/node-serialport/issues/2079)) ([e0c232c](https://github.com/serialport/node-serialport/commit/e0c232c77ade7ab188dade1dc0cc7af134ce3a95)) | ||
### BREAKING CHANGES | ||
* Dropping node 8 and 32bit linux builds | ||
## [8.0.8](https://github.com/serialport/node-serialport/compare/v8.0.7...v8.0.8) (2020-05-07) | ||
@@ -8,0 +24,0 @@ |
const PARSERS = [/USB\\(?:.+)\\(.+)/, /FTDIBUS\\(?:.+)\+(.+?)A?\\.+/] | ||
module.exports = function(pnpId) { | ||
module.exports = pnpId => { | ||
if (!pnpId) { | ||
@@ -5,0 +5,0 @@ return null |
{ | ||
"name": "@serialport/bindings", | ||
"version": "8.0.8", | ||
"version": "9.0.0", | ||
"main": "lib", | ||
@@ -9,11 +9,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@serialport/binding-abstract": "^8.0.6", | ||
"@serialport/parser-readline": "^8.0.6", | ||
"@serialport/binding-abstract": "^9.0.0", | ||
"@serialport/parser-readline": "^9.0.0", | ||
"bindings": "^1.5.0", | ||
"debug": "^4.1.1", | ||
"nan": "^2.14.0", | ||
"prebuild-install": "^5.3.0" | ||
"nan": "^2.14.1", | ||
"prebuild-install": "^5.3.3" | ||
}, | ||
"devDependencies": { | ||
"@serialport/binding-mock": "^8.0.6" | ||
"@serialport/binding-mock": "^9.0.0" | ||
}, | ||
@@ -49,3 +49,3 @@ "engines": { | ||
}, | ||
"gitHead": "53a1f844aef1999c9b9df7005bee0e3709356797" | ||
"gitHead": "36d3abcaa9f11ab0ae12c6f9862e472cb427ee16" | ||
} |
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
104773
+ Added@serialport/binding-abstract@9.2.4(transitive)
+ Added@serialport/parser-delimiter@9.2.4(transitive)
+ Added@serialport/parser-readline@9.2.4(transitive)
- Removed@serialport/binding-abstract@8.0.6(transitive)
- Removed@serialport/parser-delimiter@8.0.6(transitive)
- Removed@serialport/parser-readline@8.0.6(transitive)
Updatednan@^2.14.1
Updatedprebuild-install@^5.3.3