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.9.2 to 2.9.3

2

build/types/message-type-contract.d.ts

@@ -55,3 +55,3 @@ import type { FieldInfo, MessageInfo } from "./reflection-info";

*/
readonly messagePrototype?: Readonly<{}>;
readonly messagePrototype?: Readonly<{}> | undefined;
/**

@@ -58,0 +58,0 @@ * Create a new message with default values.

@@ -42,3 +42,3 @@ import type { IMessageType, PartialMessage } from "./message-type-contract";

*/
readonly messagePrototype: Readonly<{}> | undefined;
readonly messagePrototype?: Readonly<{}> | undefined;
protected readonly defaultCheckDepth = 16;

@@ -45,0 +45,0 @@ protected readonly refTypeCheck: ReflectionTypeCheck;

{
"name": "@protobuf-ts/runtime",
"version": "2.9.2",
"version": "2.9.3",
"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": "96b4656be1904ff85f285dfe99455ab7bd5e8bc8"
"gitHead": "bbda0c30ecc8e826c07a41105e93e05dbb9638b2"
}
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