@serialport/bindings
Advanced tools
Comparing version 9.0.0 to 9.0.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [9.0.1](https://github.com/serialport/node-serialport/compare/v9.0.0...v9.0.1) (2020-08-08) | ||
### Bug Fixes | ||
* disconnects should now work again on unix based systems ([#2120](https://github.com/serialport/node-serialport/issues/2120)) ([2801301](https://github.com/serialport/node-serialport/commit/2801301d1467152753c2012c7968947cf7f49c82)) | ||
# [9.0.0](https://github.com/serialport/node-serialport/compare/v8.0.8...v9.0.0) (2020-05-10) | ||
@@ -8,0 +19,0 @@ |
@@ -49,3 +49,3 @@ const fs = require('fs') | ||
if (disconnectError) { | ||
err.canceled = true | ||
err.disconnect = true | ||
logger('disconnecting', err) | ||
@@ -52,0 +52,0 @@ } |
{ | ||
"name": "@serialport/bindings", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"main": "lib", | ||
@@ -9,11 +9,12 @@ "keywords": [ | ||
"dependencies": { | ||
"@serialport/binding-abstract": "^9.0.0", | ||
"@serialport/parser-readline": "^9.0.0", | ||
"@serialport/binding-abstract": "^9.0.1", | ||
"@serialport/parser-readline": "^9.0.1", | ||
"bindings": "^1.5.0", | ||
"debug": "^4.1.1", | ||
"nan": "^2.14.1", | ||
"prebuild-install": "^5.3.3" | ||
"prebuild-install": "^5.3.5" | ||
}, | ||
"devDependencies": { | ||
"@serialport/binding-mock": "^9.0.0" | ||
"@serialport/binding-mock": "^9.0.1", | ||
"node-abi": "^2.18.0" | ||
}, | ||
@@ -49,3 +50,3 @@ "engines": { | ||
}, | ||
"gitHead": "36d3abcaa9f11ab0ae12c6f9862e472cb427ee16" | ||
"gitHead": "19fb5f8d2a76854c154c0f89e908a478ee915ee6" | ||
} |
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
105153
2