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

nestjs-grpc-exceptions

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-grpc-exceptions - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

CHANGELOG.md
# nestjs-grpc-exceptions
## 0.1.1
### Patch Changes
- b3c4b70: fix client interceptor gRPC code
## 0.1.0

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

2

lib/interceptors/grpc-to-http.interceptor.ts

@@ -42,3 +42,3 @@ import {

const statusCode =
HTTP_CODE_FROM_GRPC[200] || HttpStatus.INTERNAL_SERVER_ERROR;
HTTP_CODE_FROM_GRPC[err.code] || HttpStatus.INTERNAL_SERVER_ERROR;

@@ -45,0 +45,0 @@ return throwError(

@@ -14,3 +14,3 @@ {

},
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/index.js",

@@ -17,0 +17,0 @@ "module": "dist/index.mjs",

Sorry, the diff of this file is too big to display

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