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.0.0-alpha.12 to 2.0.0-alpha.13

2

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

@@ -47,2 +47,4 @@ import { FieldInfo } from "./reflection-info";

*
* Unknown fields are discarded.
*
* `PartialMessage<T>` is similar to `Partial<T>`,

@@ -49,0 +51,0 @@ * but it is recursive, and it keeps `oneof` groups

@@ -50,2 +50,5 @@ import { IMessageType, PartialMessage } from "./message-type-contract";

* Where a field is omitted, the default value is used.
*
* Unknown fields are discarded.
*
* `PartialMessage<T>` is similar to `Partial<T>`,

@@ -52,0 +55,0 @@ * but it is recursive, and it keeps `oneof` groups

4

package.json
{
"name": "@protobuf-ts/runtime",
"version": "2.0.0-alpha.12",
"version": "2.0.0-alpha.13",
"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": "00553c29b1e227660fb7ecca9e88506ab1e68a6b"
"gitHead": "ac0e10517e6aae7025f537f4bcdbab79be589829"
}
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