@serialport/binding-mock
Advanced tools
Comparing version 10.0.1 to 10.1.0
const AbstractBinding = require('@serialport/binding-abstract') | ||
const debug = require('debug')('serialport/binding-mock') | ||
const { wrapWithHiddenComName } = require('./legacy') | ||
@@ -70,3 +69,3 @@ let ports = {} | ||
static async list() { | ||
return wrapWithHiddenComName(Object.values(ports).map(port => port.info)) | ||
return Object.values(ports).map(port => port.info) | ||
} | ||
@@ -73,0 +72,0 @@ |
{ | ||
"name": "@serialport/binding-mock", | ||
"version": "10.0.1", | ||
"version": "10.1.0", | ||
"main": "lib", | ||
@@ -9,3 +9,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@serialport/binding-abstract": "10.0.1", | ||
"@serialport/binding-abstract": "10.1.0", | ||
"debug": "^4.3.2" | ||
@@ -25,3 +25,3 @@ }, | ||
"funding": "https://opencollective.com/serialport/donate", | ||
"gitHead": "ae0647654616e46ac04b2da6e87ee3f39b1995b0" | ||
"gitHead": "2f64c829ca66826dd2e93220a2563e2d10c6ce7c" | ||
} |
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
7581
4
208
+ Added@serialport/binding-abstract@10.1.0(transitive)
- Removed@serialport/binding-abstract@10.0.1(transitive)