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.7.0 to 0.7.1

4

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

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

"extend": "^3.0.0",
"google-auto-auth": "^0.2.4",
"google-auto-auth": "^0.3.0",
"google-proto-files": "^0.8.0",

@@ -52,0 +52,0 @@ "grpc": "^1.0.0",

@@ -702,3 +702,3 @@ /**

return is.fn(Class.prototype[methodName]) && // is it a function?
!/(^\_|(Stream|\_)$)/.test(methodName) && // is it public/non-stream?
!/(^\_|(Stream|\_)|promise$)/.test(methodName) && // is it promisable?
exclude.indexOf(methodName) === -1; // is it blacklisted?

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