grpc-server-js
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -25,7 +25,3 @@ /// <reference types="node" /> | ||
export interface ServiceDefinition { | ||
[index: string]: MethodDefinition<object, object>; | ||
} | ||
export declare type KeyCertPair = { | ||
@@ -64,3 +60,3 @@ private_key: Buffer; | ||
private options: MetadataOptions; | ||
constructor(options?: MetadataOptions) {} | ||
constructor(options?: MetadataOptions); | ||
set(key: string, value: MetadataValue): void; | ||
@@ -165,3 +161,7 @@ add(key: string, value: MetadataValue): void; | ||
export declare type ServiceDefinition<ImplementationType = UntypedServiceImplementation> = { | ||
readonly [index in keyof ImplementationType]: MethodDefinition<any, any>; | ||
} | ||
export interface ChannelOptions { | ||
@@ -168,0 +168,0 @@ 'grpc.http2.max_frame_size'?: string; |
{ | ||
"name": "grpc-server-js", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Pure JavaScript gRPC Server", | ||
@@ -5,0 +5,0 @@ "author": "Colin J. Ihrig <cjihrig@gmail.com> (http://www.cjihrig.com/)", |
# grpc-server-js | ||
[![Current Version](https://img.shields.io/npm/v/grpc-server-js.svg)](https://www.npmjs.org/package/grpc-server-js) | ||
[![Build Status via Travis CI](https://travis-ci.org/cjihrig/grpc-server-js.svg?branch=master)](https://travis-ci.org/cjihrig/grpc-server-js) | ||
![grpc-server-js CI](https://github.com/cjihrig/grpc-server-js/workflows/grpc-server-js%20CI/badge.svg) | ||
![Dependencies](http://img.shields.io/david/cjihrig/grpc-server-js.svg) | ||
@@ -6,0 +6,0 @@ [![belly-button-style](https://img.shields.io/badge/eslint-bellybutton-4B32C3.svg)](https://github.com/cjihrig/belly-button) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55690