@protobuf-ts/runtime
Advanced tools
Comparing version 2.8.1 to 2.8.2
@@ -33,3 +33,3 @@ "use strict"; | ||
const group = input[field.oneof]; // this is the oneof`s group in the source | ||
if (group == undefined) { // the user is free to omit | ||
if ((group === null || group === void 0 ? void 0 : group.oneofKind) == undefined) { // the user is free to omit | ||
continue; // we skip this field, and all other members too | ||
@@ -36,0 +36,0 @@ } |
@@ -30,3 +30,3 @@ /** | ||
const group = input[field.oneof]; // this is the oneof`s group in the source | ||
if (group == undefined) { // the user is free to omit | ||
if ((group === null || group === void 0 ? void 0 : group.oneofKind) == undefined) { // the user is free to omit | ||
continue; // we skip this field, and all other members too | ||
@@ -33,0 +33,0 @@ } |
{ | ||
"name": "@protobuf-ts/runtime", | ||
"version": "2.8.1", | ||
"version": "2.8.2", | ||
"description": "Runtime library for code generated by the protoc plugin \"protobuf-ts\"", | ||
@@ -40,3 +40,3 @@ "license": "(Apache-2.0 AND BSD-3-Clause)", | ||
}, | ||
"gitHead": "929e126a177d7433a911146ad5e4cf9c08ad6073" | ||
"gitHead": "34f25789e5fe6cc83d013f99611f152a7dc6563e" | ||
} |
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
344555