Socket
Socket
Sign inDemoInstall

ts-proto

Package Overview
Dependencies
Maintainers
0
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.2.0 to 2.2.1

2

build/src/generate-services.js

@@ -228,3 +228,3 @@ "use strict";

for (const methodDesc of serviceDesc.method) {
// See if this this fuzzy matches to a batchable method
// See if this fuzzy matches to a batchable method
if (options.context) {

@@ -231,0 +231,0 @@ const batchMethod = (0, types_1.detectBatchMethod)(ctx, fileDesc, serviceDesc, methodDesc);

@@ -200,5 +200,5 @@ "use strict";

// We should fix this so that we can always create an option definition by
// somehow premptively decoding the encoded value and then inserting it into
// the option defintion.
// please refer to inteegration/options-types-only to see this in action
// somehow preemptively decoding the encoded value and then inserting it into
// the option definition.
// please refer to integration/options-types-only to see this in action
resultOptions.push(getExtensionValue(ctx, extension, value));

@@ -205,0 +205,0 @@ }

@@ -72,8 +72,8 @@ import { FileDescriptorProto } from "ts-proto-descriptors";

get trailingComments(): string;
/** Detached comments are those preceeding but separated by a blank non-comment line */
/** Detached comments are those preceding but separated by a blank non-comment line */
get leadingDetachedComments(): string[];
/** Return the source info for the field id and index specficied */
/** Return the source info for the field id and index specified */
lookup(type: FieldID, index?: number): SourceDescription;
/** Returns a new SourceInfo class representing the field id and index specficied */
/** Returns a new SourceInfo class representing the field id and index specified */
open(type: FieldID, index: number): SourceInfo;
}

@@ -83,7 +83,7 @@ "use strict";

}
/** Detached comments are those preceeding but separated by a blank non-comment line */
/** Detached comments are those preceding but separated by a blank non-comment line */
get leadingDetachedComments() {
return this.selfDescription.leadingDetachedComments;
}
/** Return the source info for the field id and index specficied */
/** Return the source info for the field id and index specified */
lookup(type, index) {

@@ -95,3 +95,3 @@ if (index === undefined) {

}
/** Returns a new SourceInfo class representing the field id and index specficied */
/** Returns a new SourceInfo class representing the field id and index specified */
open(type, index) {

@@ -98,0 +98,0 @@ const prefix = `${type}.${index}.`;

{
"name": "ts-proto",
"version": "2.2.0",
"version": "2.2.1",
"description": "",

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

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

Sorry, the diff of this file is not supported yet

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