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

@join-com/gcloud-express-logger

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@join-com/gcloud-express-logger - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

dist/index.js

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

const requestOperationName = (req) => {
if ('operationName' in req.body && typeof req.body.operationName === 'string') {
if (req.body && 'operationName' in req.body && typeof req.body.operationName === 'string') {
return req.body.operationName;

@@ -29,0 +29,0 @@ }

{
"name": "@join-com/gcloud-express-logger",
"version": "1.3.1",
"version": "1.3.2",
"description": "gcloud express request logger",

@@ -5,0 +5,0 @@ "author": "JOIN Solutions",

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