Socket
Socket
Sign inDemoInstall

@google-cloud/common

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/common - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

2

package.json
{
"name": "@google-cloud/common",
"version": "0.10.0",
"version": "0.11.0",
"author": "Google Inc.",

@@ -5,0 +5,0 @@ "description": "Common components for Google Cloud APIs Node.js Client Libraries",

@@ -28,6 +28,7 @@ /*!

/**
* A list of log levels.
* The default list of log levels.
* @type {string[]}
*/
var LEVELS = [
'silent',
'error',

@@ -47,2 +48,4 @@ 'warn',

* console. (Default: `error`)
* @param {string[]=} options.levels - The list of levels to use. (Default:
* logger.LEVELS)
* @param {string=} options.tag - A tag to use in log messages.

@@ -60,3 +63,3 @@ */

return logDriver({
levels: LEVELS,
levels: options.levels || LEVELS,

@@ -63,0 +66,0 @@ level: options.level || 'error',

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