Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@driffel/universal-google-logger

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@driffel/universal-google-logger - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

2

package.json
{
"name": "@driffel/universal-google-logger",
"version": "0.6.2",
"version": "0.6.3",
"description": "Log across Google Cloud (GCE VMs, Firebase Functions, etc.) using one library.",

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

@@ -30,2 +30,8 @@ # Universal Google Logger

info({ someField: "JSON payload" });
// Use the second optional parameter to add custom metadata
info(
{ someField: "JSON payload" },
{ resource: { labels: { customField: "My custom metadata value" } } }
);
```

@@ -32,0 +38,0 @@

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