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

grpc-code-gen

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grpc-code-gen - npm Package Compare versions

Comparing version 5.0.8 to 5.1.0

2

build/genGetGrpcClient.js

@@ -62,4 +62,2 @@ "use strict";

'grpc.ssl_target_name_override': serverName,
'grpc.keepalive_time_ms': 3000,
'grpc.keepalive_timeout_ms': 2000,
};

@@ -66,0 +64,0 @@

2

build/genServices.js

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

): Promise<${responseType}>;
/** ${method.comment} */
${method.comment ? `/** ${method.comment} */` : ''}
${method.name}V2(option: {

@@ -129,0 +129,0 @@ request: ${requestType};

{
"name": "grpc-code-gen",
"version": "5.0.8",
"version": "5.1.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": "https://github.com/yunkeCN/grpc-code-gen.git",

@@ -61,4 +61,2 @@ import * as path from "path";

'grpc.ssl_target_name_override': serverName,
'grpc.keepalive_time_ms': 3000,
'grpc.keepalive_timeout_ms': 2000,
};

@@ -65,0 +63,0 @@

@@ -11,3 +11,4 @@ import * as fs from "fs-extra";

PROTO_TYPE_2_JSON_SEMANTIC_MAP,
PROTO_TYPE_2_TS_TYPE_MAP, tslintDisable
PROTO_TYPE_2_TS_TYPE_MAP,
tslintDisable
} from "./utils";

@@ -182,3 +183,3 @@

): Promise<${responseType}>;
/** ${method.comment} */
${method.comment ? `/** ${method.comment} */` : ''}
${method.name}V2(option: {

@@ -185,0 +186,0 @@ request: ${requestType};

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