🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

grpc-modern

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grpc-modern - npm Package Compare versions

Comparing version

to
0.4.2

2

lib/set.js

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

if (!msg[`set${upperedKey}`]) {
throw new Error(`Unknown parameter ${key}`);
throw new Error(`Unknown parameter: ${key}`);
}

@@ -20,0 +20,0 @@

{
"name": "grpc-modern",
"version": "0.4.1",
"version": "0.4.2",
"repository": "https://github.com/daangn/grpc-modern",

@@ -23,3 +23,2 @@ "license": "Apache-2.0",

"test:codegen": "cd test && sh ./codegen.sh",
"test:coverage": "yarn test --coverage",
"tsc": "tsc --emitDeclarationOnly"

@@ -26,0 +25,0 @@ },

# gRPC Modern
[![codecov](https://codecov.io/gh/daangn/grpc-modern/branch/main/graph/badge.svg?token=DDA5G6PWJ1)](https://codecov.io/gh/daangn/grpc-modern)
![](https://img.shields.io/npm/v/grpc-modern)
![](https://img.shields.io/bundlephobia/min/grpc-modern)
![](https://img.shields.io/npm/l/grpc-modern)
![](https://img.shields.io/github/last-commit/daangn/grpc-modern)
Makes grpc clients(`@grpc/grpc-js`, `grpc`) fit in modern JavaScript(TypeScript) environment.

@@ -4,0 +10,0 @@

Sorry, the diff of this file is not supported yet