@serialport/parser-slip-encoder
Advanced tools
Comparing version 11.0.1 to 12.0.0
@@ -12,2 +12,6 @@ "use strict"; | ||
class SlipDecoder extends stream_1.Transform { | ||
opts; | ||
buffer; | ||
escape; | ||
start; | ||
constructor(options = {}) { | ||
@@ -14,0 +18,0 @@ super(options); |
@@ -12,2 +12,3 @@ "use strict"; | ||
class SlipEncoder extends stream_1.Transform { | ||
opts; | ||
constructor(options = {}) { | ||
@@ -14,0 +15,0 @@ super(options); |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "11.0.1", | ||
"version": "12.0.0", | ||
"engines": { | ||
@@ -23,5 +23,5 @@ "node": ">=12.0.0" | ||
"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
10028
243