@google-cloud/common
Advanced tools
Comparing version 0.13.4 to 0.13.5
{ | ||
"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 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68319
1633