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.4.0 to 0.4.3

27

CHANGELOG.md

@@ -6,2 +6,29 @@ # Change Log

## [0.4.3](https://github.com/ddadaal/tsgrpc/compare/v0.4.2...v0.4.3) (2021-10-25)
**Note:** Version bump only for package @ddadaal/tsgrpc-server
## [0.4.2](https://github.com/ddadaal/tsgrpc/compare/v0.4.1...v0.4.2) (2021-10-25)
**Note:** Version bump only for package @ddadaal/tsgrpc-server
## [0.4.1](https://github.com/ddadaal/tsgrpc/compare/v0.4.0...v0.4.1) (2021-10-25)
### Bug Fixes
* **server:** grpc handler not handling throw ([7c3915e](https://github.com/ddadaal/tsgrpc/commit/7c3915eca09d71ee6eaba5ef8ba9851ad2d70311))
# [0.4.0](https://github.com/ddadaal/tsgrpc/compare/v0.3.0...v0.4.0) (2021-10-25)

@@ -8,0 +35,0 @@

6

lib/server.js

@@ -54,5 +54,7 @@ "use strict";

if (ret && callback) {
ret.then((x) => { if (x) {
ret
.then((x) => { if (x) {
callback(null, ...x);
} });
} })
.catch((e) => callback(e));
}

@@ -59,0 +61,0 @@ };

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

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

"dependencies": {
"@ddadaal/tsgrpc-utils": "^0.4.0",
"@ddadaal/tsgrpc-utils": "^0.4.2",
"@grpc/grpc-js": "^1.4.1",

@@ -39,3 +39,3 @@ "tslib": "^2.3.1"

},
"gitHead": "6d3a0e7147b474bfa2b7e12f85739d3bf44cb60a"
"gitHead": "138fb36619ca73deeb386d5d13749e0279f7079e"
}

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