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.1.0 to 9.1.1

18

build/src/index.d.ts

@@ -272,2 +272,20 @@ /*!

/**
* Query object for streaming entries.
*
* @typedef {object} TailEntriesRequest
* @property {Array.<string>|string} [resourceNames] Names of project
* resources to stream logs out of.
* @property {string} [filter] An
* [advanced logs
* filter](https://cloud.google.com/logging/docs/view/advanced_filters). An
* empty filter matches all log entries.
* @property {number} [bufferWindow=2] A setting to balance the tradeoff
* between viewing the log entries as they are being written and viewing
* them in ascending order.
* @property {string} [log] A name of the log specifying to only return
* entries from this log.
* @property {object} [gaxOptions] Request configuration options, outlined
* here: https://googleapis.github.io/gax-nodejs/global.html#CallOptions.
*/
/**
* Streaming read of live logs as log entries are ingested. Until the stream

@@ -274,0 +292,0 @@ * is terminated, it will continue reading logs.

24

build/src/index.js

@@ -320,3 +320,4 @@ "use strict";

* @property {Entry[]} 0 Array of {@link Entry} instances.
* @property {object} 1 The full API response.
* @property {object} 1 The full API request.
* @property {object} 2 The full API response.
*/

@@ -506,2 +507,20 @@ /**

/**
* Query object for streaming entries.
*
* @typedef {object} TailEntriesRequest
* @property {Array.<string>|string} [resourceNames] Names of project
* resources to stream logs out of.
* @property {string} [filter] An
* [advanced logs
* filter](https://cloud.google.com/logging/docs/view/advanced_filters). An
* empty filter matches all log entries.
* @property {number} [bufferWindow=2] A setting to balance the tradeoff
* between viewing the log entries as they are being written and viewing
* them in ascending order.
* @property {string} [log] A name of the log specifying to only return
* entries from this log.
* @property {object} [gaxOptions] Request configuration options, outlined
* here: https://googleapis.github.io/gax-nodejs/global.html#CallOptions.
*/
/**
* Streaming read of live logs as log entries are ingested. Until the stream

@@ -606,3 +625,4 @@ * is terminated, it will continue reading logs.

* @property {Log[]} 0 Array of {@link Log} instances.
* @property {object} 1 The full API response.
* @property {object} 1 The full API request.
* @property {object} 2 The full API response.
*/

@@ -609,0 +629,0 @@ /**

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

### [9.1.1](https://www.github.com/googleapis/nodejs-logging/compare/v9.1.0...v9.1.1) (2021-03-31)
### Bug Fixes
* Insufficient return values for `GetEntriesResponse` and `GetLogsResponse` ([#1011](https://www.github.com/googleapis/nodejs-logging/issues/1011)) ([0157ae1](https://www.github.com/googleapis/nodejs-logging/commit/0157ae14899cc885d584a9fe9f7f3bbe24188eb2)), closes [#1010](https://www.github.com/googleapis/nodejs-logging/issues/1010)
## [9.1.0](https://www.github.com/googleapis/nodejs-logging/compare/v9.0.2...v9.1.0) (2021-03-03)

@@ -9,0 +16,0 @@

2

package.json
{
"name": "@google-cloud/logging",
"version": "9.1.0",
"version": "9.1.1",
"description": "Stackdriver Logging Client Library for Node.js",

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

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

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