@join-com/grpc
Advanced tools
Comparing version 3.6.0-alpha.1 to 3.6.0-alpha.2
@@ -111,3 +111,3 @@ "use strict"; | ||
// eslint-disable-next-line no-console | ||
console.log(process.env['npm_package_version']); | ||
console.log(process.env); | ||
if (metadata) { | ||
@@ -114,0 +114,0 @@ for (const [key, value] of Object.entries(metadata)) { |
{ | ||
"name": "@join-com/grpc", | ||
"version": "3.6.0-alpha.1", | ||
"version": "3.6.0-alpha.2", | ||
"description": "gRPC library", | ||
@@ -5,0 +5,0 @@ "author": "JOIN Solutions", |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
83105