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

@google-cloud/logging-bunyan

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/logging-bunyan - npm Package Compare versions

Comparing version 3.3.1 to 4.0.0

2

build/src/index.js

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

// eslint-disable-next-line @typescript-eslint/no-explicit-any
logging_1.detectServiceContext(this.cloudLog.logging.auth).then(serviceContext => {
(0, logging_1.detectServiceContext)(this.cloudLog.logging.auth).then(serviceContext => {
this.serviceContext = serviceContext;

@@ -185,0 +185,0 @@ }, () => {

@@ -7,2 +7,13 @@ # Changelog

## [4.0.0](https://github.com/googleapis/nodejs-logging-bunyan/compare/v3.3.1...v4.0.0) (2022-05-20)
### ⚠ BREAKING CHANGES
* update library to use Node 12 (#627)
### Build System
* update library to use Node 12 ([#627](https://github.com/googleapis/nodejs-logging-bunyan/issues/627)) ([e9d1143](https://github.com/googleapis/nodejs-logging-bunyan/commit/e9d1143ee335b825a3817fc09573da7cac4584c2))
### [3.3.1](https://github.com/googleapis/nodejs-logging-bunyan/compare/v3.3.0...v3.3.1) (2022-04-15)

@@ -9,0 +20,0 @@

{
"name": "@google-cloud/logging-bunyan",
"description": "Cloud Logging stream for Bunyan",
"version": "3.3.1",
"version": "4.0.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
"node": ">=10"
"node": ">=12.0.0"
},

@@ -54,4 +54,4 @@ "repository": "googleapis/nodejs-logging-bunyan",

"dependencies": {
"@google-cloud/logging": "^9.8.0",
"google-auth-library": "^7.0.0"
"@google-cloud/logging": "^10.0.0",
"google-auth-library": "^8.0.2"
},

@@ -62,3 +62,3 @@ "devDependencies": {

"@types/express": "^4.16.0",
"@types/mocha": "^8.0.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",

@@ -73,3 +73,3 @@ "@types/proxyquire": "^1.3.28",

"express": "^4.16.3",
"gts": "^2.0.0",
"gts": "^3.1.0",
"jsdoc": "^3.6.2",

@@ -79,6 +79,6 @@ "jsdoc-fresh": "^1.0.1",

"linkinator": "^2.0.0",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"post-install-check": "0.0.1",
"proxyquire": "^2.0.1",
"typescript": "^3.8.3",
"typescript": "^4.6.4",
"uuid": "^8.0.0"

@@ -85,0 +85,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