@google-cloud/common
Advanced tools
Comparing version 0.11.0 to 0.12.0
{ | ||
"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 @@ |
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
20
66361
11
1570
- Removedgrpc@^1.0.0
- Removed@mapbox/node-pre-gyp@1.0.11(transitive)
- Removed@types/bytebuffer@5.0.49(transitive)
- Removed@types/long@3.0.32(transitive)
- Removed@types/node@22.9.0(transitive)
- Removedabbrev@1.1.1(transitive)
- Removedagent-base@6.0.2(transitive)
- Removedansi-regex@5.0.1(transitive)
- Removedaproba@2.0.0(transitive)
- Removedare-we-there-yet@2.0.0(transitive)
- Removedascli@1.0.1(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedbytebuffer@5.0.1(transitive)
- Removedcamelcase@2.1.1(transitive)
- Removedchownr@2.0.0(transitive)
- Removedcliui@3.2.0(transitive)
- Removedcode-point-at@1.1.0(transitive)
- Removedcolor-support@1.1.3(transitive)
- Removedcolour@0.7.1(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedconsole-control-strings@1.1.0(transitive)
- Removeddebug@4.3.7(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removeddelegates@1.0.0(transitive)
- Removeddetect-libc@2.0.3(transitive)
- Removedemoji-regex@8.0.0(transitive)
- Removedfs-minipass@2.1.0(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedgauge@3.0.2(transitive)
- Removedglob@7.2.3(transitive)
- Removedgrpc@1.24.11(transitive)
- Removedhas-unicode@2.0.1(transitive)
- Removedhttps-proxy-agent@5.0.1(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinvert-kv@1.0.0(transitive)
- Removedis-fullwidth-code-point@1.0.03.0.0(transitive)
- Removedlcid@1.0.0(transitive)
- Removedlodash.camelcase@4.3.0(transitive)
- Removedlodash.clone@4.5.0(transitive)
- Removedlong@3.2.0(transitive)
- Removedmake-dir@3.1.0(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedminipass@3.3.65.0.0(transitive)
- Removedminizlib@2.1.2(transitive)
- Removedmkdirp@1.0.4(transitive)
- Removedms@2.1.3(transitive)
- Removednan@2.22.0(transitive)
- Removednode-fetch@2.7.0(transitive)
- Removednopt@5.0.0(transitive)
- Removednpmlog@5.0.1(transitive)
- Removednumber-is-nan@1.0.1(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedoptjs@3.2.2(transitive)
- Removedos-locale@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedprotobufjs@5.0.3(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedrimraf@3.0.2(transitive)
- Removedsemver@6.3.17.6.3(transitive)
- Removedset-blocking@2.0.0(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedstring-width@1.0.24.2.3(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedstrip-ansi@6.0.1(transitive)
- Removedtar@6.2.1(transitive)
- Removedtr46@0.0.3(transitive)
- Removedundici-types@6.19.8(transitive)
- Removedwebidl-conversions@3.0.1(transitive)
- Removedwhatwg-url@5.0.0(transitive)
- Removedwide-align@1.1.5(transitive)
- Removedwindow-size@0.1.4(transitive)
- Removedwrap-ansi@2.1.0(transitive)
- Removedy18n@3.2.2(transitive)
- Removedyallist@4.0.0(transitive)
- Removedyargs@3.32.0(transitive)
Updatedarray-uniq@^1.0.3
Updatedarrify@^1.0.1
Updatedconcat-stream@^1.6.0
Updatedduplexify@^3.5.0
Updatedgoogle-auto-auth@^0.5.2
Updatedgoogle-proto-files@^0.8.6
Updatedis@^3.2.0
Updatedmethmeth@^1.1.0
Updatedrequest@^2.79.0
Updatedretry-request@^1.3.2
Updatedstring-format-obj@^1.1.0
Updatedthrough2@^2.0.3