Huge News!Announcing our $40M Series B led by Abstract Ventures.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.41 to 1.0.42

2

lib/shared/decorators/user.decorator.js

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

function getOrganizationFromMetadata(metadata) {
const [isBackoffice] = metadata.get(constants_1.IS_BACKOFFICE);
const isBackoffice = getIsBackOfficeFromMetadata(metadata);
if (isBackoffice) {

@@ -26,0 +26,0 @@ const [org] = metadata.get(constants_1.ORGANIZATION);

{
"name": "grpc-shared",
"version": "1.0.41",
"version": "1.0.42",
"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