@serialport/parser-cctalk
Advanced tools
Comparing version 11.0.1 to 12.0.0
@@ -12,2 +12,6 @@ "use strict"; | ||
class CCTalkParser extends stream_1.Transform { | ||
array; | ||
cursor; | ||
lastByteFetchTime; | ||
maxDelayBetweenBytesMs; | ||
constructor(maxDelayBetweenBytesMs = 50) { | ||
@@ -14,0 +18,0 @@ super(); |
{ | ||
"name": "@serialport/parser-cctalk", | ||
"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
4087
67