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.0-alpha.1 to 1.3.0-alpha.2

5

dist/index.js

@@ -29,2 +29,7 @@ "use strict";

}
if (req.originalUrl.endsWith('graphql') && 'query' in req.body && typeof req.body.query === 'string') {
const query = req.body.query;
const match = query.match(/\s*(query|mutation)\s+(\w+)/);
return match ? match[2] : undefined;
}
return undefined;

@@ -31,0 +36,0 @@ };

4

package.json
{
"name": "@join-com/gcloud-express-logger",
"version": "1.3.0-alpha.1",
"version": "1.3.0-alpha.2",
"description": "gcloud express request logger",

@@ -13,4 +13,4 @@ "author": "JOIN Solutions",

"keywords": [
"logger",
"gcloud",
"logger",
"express",

@@ -17,0 +17,0 @@ "google cloud platform",

Sorry, the diff of this file is not supported yet

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