Socket
Socket
Sign inDemoInstall

ts-proto

Package Overview
Dependencies
Maintainers
1
Versions
352
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-proto - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

11

build/src/main.d.ts

@@ -7,3 +7,3 @@ import { Code } from "ts-poet";

export declare function generateFile(ctx: Context, fileDesc: FileDescriptorProto): [string, Code];
export type Utils = ReturnType<typeof makeDeepPartial> & ReturnType<typeof makeObjectIdMethods> & ReturnType<typeof makeTimestampMethods> & ReturnType<typeof makeByteUtils> & ReturnType<typeof makeLongUtils> & ReturnType<typeof makeComparisonUtils> & ReturnType<typeof makeNiceGrpcServerStreamingMethodResult> & ReturnType<typeof makeGrpcWebErrorClass> & ReturnType<typeof makeExtensionClass> & ReturnType<typeof makeAssertionUtils>;
export type Utils = ReturnType<typeof makeDeepPartial> & ReturnType<typeof makeObjectIdMethods> & ReturnType<typeof makeTimestampMethods> & ReturnType<typeof makeByteUtils> & ReturnType<typeof makeLongUtils> & ReturnType<typeof makeComparisonUtils> & ReturnType<typeof makeNiceGrpcServerStreamingMethodResult> & ReturnType<typeof makeGrpcWebErrorClass> & ReturnType<typeof makeExtensionClass> & ReturnType<typeof makeAssertionUtils> & ReturnType<typeof makeMessageFns>;
/** These are runtime utility methods used by the generated code. */

@@ -26,2 +26,11 @@ export declare function makeUtils(options: Options): Utils;

};
declare function makeMessageFns(options: Options, deepPartial: ReturnType<typeof makeDeepPartial>, extension: ReturnType<typeof makeExtensionClass>): {
MessageFns: ConditionalOutput;
ExtensionFns: ConditionalOutput;
ExtensionHolder: ConditionalOutput;
StructWrapperFns: ConditionalOutput;
AnyValueWrapperFns: ConditionalOutput;
ListValueWrapperFns: ConditionalOutput;
FieldMaskWrapperFns: ConditionalOutput;
};
declare function makeObjectIdMethods(): {

@@ -28,0 +37,0 @@ fromJsonObjectId: ConditionalOutput;

2

package.json
{
"name": "ts-proto",
"version": "2.1.0",
"version": "2.2.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "build/src/plugin.js",

Sorry, the diff of this file is too big to display

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