@serialport/stream
Advanced tools
Comparing version 11.0.1 to 12.0.0
@@ -11,2 +11,3 @@ "use strict"; | ||
class DisconnectedError extends Error { | ||
disconnected; | ||
constructor(message) { | ||
@@ -30,2 +31,8 @@ super(message); | ||
class SerialPortStream extends stream_1.Duplex { | ||
port; | ||
_pool; | ||
_kMinPoolSpace; | ||
opening; | ||
closing; | ||
settings; | ||
/** | ||
@@ -32,0 +39,0 @@ * Create a new serial port object for the `path`. In the case of invalid arguments or invalid options, when constructing a new SerialPort it will throw an error. The port will open automatically by default, which is the equivalent of calling `port.open(openCallback)` in the next tick. You can disable this by setting the option `autoOpen` to `false`. |
{ | ||
"name": "@serialport/stream", | ||
"version": "11.0.1", | ||
"version": "12.0.0", | ||
"main": "./dist/index.js", | ||
@@ -15,3 +15,3 @@ "types": "./dist/index.d.ts", | ||
"@serialport/binding-mock": "^10.2.2", | ||
"typescript": "5.1.6" | ||
"typescript": "5.2.2" | ||
}, | ||
@@ -30,3 +30,3 @@ "engines": { | ||
"funding": "https://opencollective.com/serialport/donate", | ||
"gitHead": "12aeb531260f53d0adce42304db5074db85cc8d9" | ||
"gitHead": "f7e7bd53f9578a26c4f44cc1949fef396dc064c7" | ||
} |
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
29503
565