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.11.0 to 0.12.0

31

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

@@ -41,28 +41,27 @@ "description": "Common components for Google Cloud APIs Node.js Client Libraries",

"dependencies": {
"array-uniq": "^1.0.2",
"arrify": "^1.0.0",
"concat-stream": "^1.5.0",
"array-uniq": "^1.0.3",
"arrify": "^1.0.1",
"concat-stream": "^1.6.0",
"create-error-class": "^3.0.2",
"dot-prop": "^2.4.0",
"duplexify": "^3.2.0",
"duplexify": "^3.5.0",
"ent": "^2.2.0",
"extend": "^3.0.0",
"google-auto-auth": "^0.5.0",
"google-proto-files": "^0.8.0",
"grpc": "^1.0.0",
"is": "^3.0.1",
"google-auto-auth": "^0.5.2",
"google-proto-files": "^0.8.6",
"is": "^3.2.0",
"log-driver": "^1.2.5",
"methmeth": "^1.0.0",
"methmeth": "^1.1.0",
"modelo": "^4.2.0",
"request": "^2.70.0",
"retry-request": "^1.3.0",
"request": "^2.79.0",
"retry-request": "^1.3.2",
"split-array-stream": "^1.0.0",
"stream-events": "^1.0.1",
"string-format-obj": "^1.0.0",
"through2": "^2.0.0"
"string-format-obj": "^1.1.0",
"through2": "^2.0.3"
},
"devDependencies": {
"mocha": "^3.0.1",
"mocha": "^3.2.0",
"proxyquire": "^1.7.10",
"sinon": "^1.17.4",
"sinon": "^1.17.7",
"uuid": "^3.0.1"

@@ -69,0 +68,0 @@ },

@@ -18,20 +18,2 @@ /*!

/**
* @type {module:common/grpcOperation}
* @private
*/
exports.GrpcOperation = require('./grpc-operation.js');
/**
* @type {module:common/grpcService}
* @private
*/
exports.GrpcService = require('./grpc-service.js');
/**
* @type {module:common/grpcServiceObject}
* @private
*/
exports.GrpcServiceObject = require('./grpc-service-object.js');
/**
* @type {module:common/logger}

@@ -38,0 +20,0 @@ * @private

@@ -28,8 +28,2 @@ /*!

/**
* @type {module:common/service}
* @private
*/
var GrpcService = require('./grpc-service.js');
/**
* @type {module:common/serviceObject}

@@ -155,3 +149,3 @@ * @private

if (err || resp.error) {
callback(err || GrpcService.decorateGrpcStatus_(resp.error));
callback(err || resp.error);
return;

@@ -158,0 +152,0 @@ }

@@ -33,2 +33,3 @@ /**

gzip: true,
forever: true,
pool: {

@@ -52,3 +53,3 @@ maxSockets: Infinity

baseUrl: 'https://googlecloudplatform.github.io/google-cloud-node/#',
path: '/docs/guides/authentication'
path: 'docs/guides/authentication'
});

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