Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@protobuf-ts/runtime

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@protobuf-ts/runtime - npm Package Compare versions

Comparing version 2.8.1 to 2.8.2

2

build/commonjs/reflection-merge-partial.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc