@pbkit/runtime
Advanced tools
Comparing version 0.0.45 to 0.0.46
{ | ||
"name": "@pbkit/runtime", | ||
"version": "0.0.45", | ||
"version": "0.0.46", | ||
"author": "JongChan Choi <jong@chan.moe>", | ||
@@ -5,0 +5,0 @@ "license": "(MIT OR Apache-2.0)", |
@@ -18,2 +18,4 @@ "use strict"; | ||
switch (type) { | ||
default: | ||
throw new Error(`Unknown wire type ${type}`); | ||
case index_1.WireType.Varint: { | ||
@@ -20,0 +22,0 @@ const [len, value] = (0, varint_1.decode)(new DataView(uint8array.buffer, offset + idx)); |
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
52240
1483