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

@google-cloud/common

Package Overview
Dependencies
Maintainers
13
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.13.4 to 0.13.5

2

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

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

@@ -46,5 +46,7 @@ /*!

* @param {string[]} config.scopes - The scopes required for the request.
* @param {object} options - [Configuration object](#/docs).
* @param {object=} options - [Configuration object](#/docs).
*/
function Service(config, options) {
options = options || {};
var reqCfg = extend({}, config, {

@@ -51,0 +53,0 @@ credentials: options.credentials,

@@ -356,3 +356,3 @@ /**

} catch(e) {
err = util.missingProjectIdError;
err = e;
}

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