@serialport/binding-abstract
Advanced tools
Comparing version 9.0.2 to 9.0.7
@@ -6,2 +6,10 @@ # Change Log | ||
## [9.0.7](https://github.com/serialport/node-serialport/compare/v9.0.6...v9.0.7) (2021-02-22) | ||
**Note:** Version bump only for package @serialport/binding-abstract | ||
## [9.0.2](https://github.com/serialport/node-serialport/compare/v9.0.1...v9.0.2) (2020-10-16) | ||
@@ -8,0 +16,0 @@ |
@@ -158,2 +158,3 @@ const debug = require('debug')('serialport/binding-abstract') | ||
* @param {Boolean} [options.rts=true] flag for rts | ||
* @param {Boolean} [options.lowLatency=false] flag for lowLatency mode on Linux | ||
* @returns {Promise} Resolves once the port's flags are set. | ||
@@ -160,0 +161,0 @@ * @rejects {TypeError} When given invalid arguments, a `TypeError` is rejected. |
{ | ||
"name": "@serialport/binding-abstract", | ||
"version": "9.0.2", | ||
"version": "9.0.7", | ||
"main": "lib", | ||
@@ -9,6 +9,6 @@ "keywords": [ | ||
"dependencies": { | ||
"debug": "^4.1.1" | ||
"debug": "^4.3.1" | ||
}, | ||
"engines": { | ||
"node": ">=8.6.0" | ||
"node": ">=10.0.0" | ||
}, | ||
@@ -23,3 +23,4 @@ "publishConfig": { | ||
}, | ||
"gitHead": "df482d3af7660fd13a4ecc2de5ddcb70a02417f4" | ||
"funding": "https://opencollective.com/serialport/donate", | ||
"gitHead": "cdda51fef862270d03b595c84617beec9cdb18a1" | ||
} |
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
11514
194
Updateddebug@^4.3.1