@serialport/parser-byte-length
Advanced tools
Comparing version 11.0.1 to 12.0.0
@@ -11,2 +11,5 @@ "use strict"; | ||
class ByteLengthParser extends stream_1.Transform { | ||
length; | ||
position; | ||
buffer; | ||
constructor(options) { | ||
@@ -13,0 +16,0 @@ super(options); |
{ | ||
"name": "@serialport/parser-byte-length", | ||
"version": "11.0.1", | ||
"version": "12.0.0", | ||
"main": "./dist/index.js", | ||
@@ -22,5 +22,5 @@ "types": "./dist/index.d.ts", | ||
"devDependencies": { | ||
"typescript": "5.1.6" | ||
"typescript": "5.2.2" | ||
}, | ||
"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
3944
66