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

@ddadaal/tsgrpc-server

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ddadaal/tsgrpc-server - npm Package Compare versions

Comparing version 0.19.0 to 0.19.1

9

CHANGELOG.md
# Changelog
## 0.19.1
### Patch Changes
- 36aeb3c: update deps
- 1f51701: support throwing error from request hooks
- Updated dependencies [36aeb3c]
- @ddadaal/tsgrpc-common@0.2.2
## 0.19.0

@@ -4,0 +13,0 @@

8

lib/server.js

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

logger.info("Starting request");
// apply request decorators
for (const hook of this.requestHooks) {
await hook(augmentedCall);
}
try {
// apply request decorators
for (const hook of this.requestHooks) {
await hook(augmentedCall);
}
const ret = await implementations[key](augmentedCall, callback);

@@ -78,0 +78,0 @@ if (ret) {

{
"name": "@ddadaal/tsgrpc-server",
"version": "0.19.0",
"version": "0.19.1",
"description": "A simple gRPC Server Framework for TypeScript Node.js",

@@ -15,3 +15,3 @@ "main": "lib/index.js",

"tslib": "2.5.0",
"@ddadaal/tsgrpc-common": "0.2.1"
"@ddadaal/tsgrpc-common": "0.2.2"
},

@@ -22,3 +22,3 @@ "peerDependencies": {

"devDependencies": {
"@grpc/grpc-js": "1.8.11"
"@grpc/grpc-js": "1.8.14"
},

@@ -25,0 +25,0 @@ "publishConfig": {

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