@serialport/binding-abstract
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -1,2 +0,2 @@ | ||
const debug = require('debug')('@serialport/binding-abstract') | ||
const debug = require('debug')('serialport/binding-abstract') | ||
@@ -134,3 +134,3 @@ /** | ||
* @param {object=} options Only supports `baudRate`. | ||
* @param {number=} [options.baudRate] If provided a baud rate that the bindings do not support, it should pass an error to the callback. | ||
* @param {number=} [options.baudRate] If provided a baud rate that the bindings do not support, it should reject. | ||
* @returns {Promise} Resolves once the port's baud rate changes. | ||
@@ -137,0 +137,0 @@ * @throws {TypeError} When given invalid arguments, a `TypeError` is thrown. |
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.2](https://github.com/node-serialport/node-serialport/compare/@serialport/binding-abstract@2.0.1...@serialport/binding-abstract@2.0.2) (2018-11-27) | ||
**Note:** Version bump only for package @serialport/binding-abstract | ||
<a name="2.0.1"></a> | ||
@@ -8,0 +16,0 @@ ## [2.0.1](https://github.com/node-serialport/node-serialport/compare/@serialport/binding-abstract@2.0.0...@serialport/binding-abstract@2.0.1) (2018-08-29) |
{ | ||
"name": "@serialport/binding-abstract", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"main": "binding-abstract.js", | ||
"keywords": [ | ||
"serialport-binding" | ||
], | ||
"dependencies": { | ||
"debug": "^3.1.0" | ||
"debug": "^4.1.0" | ||
}, | ||
@@ -19,3 +22,3 @@ "engines": { | ||
}, | ||
"gitHead": "40a06fb71d659940ed5058316b594b9da9957c2f" | ||
"gitHead": "d59fe44fcc1ba52a51805375481ef339f3f83de4" | ||
} |
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
11173
+ Addeddebug@4.3.7(transitive)
- Removeddebug@3.2.7(transitive)
Updateddebug@^4.1.0