Socket
Socket
Sign inDemoInstall

@google-cloud/common

Package Overview
Dependencies
Maintainers
12
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.2 to 0.13.3

2

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

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

@@ -65,2 +65,13 @@ /*!

this.Promise = options.promise || Promise;
var isCloudFunctionEnv = !!process.env.FUNCTION_NAME;
if (isCloudFunctionEnv) {
this.interceptors.push({
request: function(reqOpts) {
reqOpts.forever = false;
return reqOpts;
}
});
}
}

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