Socket
Socket
Sign inDemoInstall

@google-cloud/logging

Package Overview
Dependencies
Maintainers
1
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/logging - npm Package Compare versions

Comparing version 9.8.1 to 9.8.2

2

build/src/utils/context.js

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

spanId: match[3],
traceSampled: parseInt(match[4], 16) === 1,
traceSampled: (parseInt(match[4], 16) & 1) === 1,
};

@@ -189,0 +189,0 @@ }

{
"name": "@google-cloud/logging",
"version": "9.8.1",
"version": "9.8.2",
"description": "Stackdriver Logging Client Library for Node.js",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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