New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grpc-shared

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grpc-shared - npm Package Compare versions

Comparing version 1.0.36 to 1.0.37

2

lib/shared/exceptions/grpc.exceptions.d.ts

@@ -28,3 +28,3 @@ import { Metadata } from '@grpc/grpc-js';

}
export declare class UauthenticatedException extends GrpcException {
export declare class UnauthenticatedException extends GrpcException {
constructor();

@@ -31,0 +31,0 @@ }

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BadRequestException = exports.UnauthorizedException = exports.UauthenticatedException = exports.ResourceNotFoundException = exports.GrpcException = exports.SERVICE_NAME = exports.CODE = exports.MESSAGE = exports.IS_GRPC_EXCEPTION = void 0;
exports.BadRequestException = exports.UnauthorizedException = exports.UnauthenticatedException = exports.ResourceNotFoundException = exports.GrpcException = exports.SERVICE_NAME = exports.CODE = exports.MESSAGE = exports.IS_GRPC_EXCEPTION = void 0;
const grpc_js_1 = require("@grpc/grpc-js");

@@ -56,3 +56,3 @@ const microservices_1 = require("@nestjs/microservices");

exports.ResourceNotFoundException = ResourceNotFoundException;
class UauthenticatedException extends GrpcException {
class UnauthenticatedException extends GrpcException {
constructor() {

@@ -62,3 +62,3 @@ super(error_codes_1.UNAUTHENTICATED, constants_1.Status.UNAUTHENTICATED, error_messages_1.ErrorMessages.GENERAL.UNAUTHENTICATED);

}
exports.UauthenticatedException = UauthenticatedException;
exports.UnauthenticatedException = UnauthenticatedException;
class UnauthorizedException extends GrpcException {

@@ -65,0 +65,0 @@ constructor() {

{
"name": "grpc-shared",
"version": "1.0.36",
"version": "1.0.37",
"description": "shared logic between services",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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