google-gax
Advanced tools
Comparing version 4.0.4 to 4.0.5-experimental
{ | ||
"name": "google-gax", | ||
"version": "4.0.4", | ||
"version": "4.0.5-experimental", | ||
"description": "Google API Extensions", | ||
@@ -13,3 +13,3 @@ "main": "build/src/index.js", | ||
"dependencies": { | ||
"@grpc/grpc-js": "~1.9.0", | ||
"@grpc/grpc-js": "~1.9.6", | ||
"@grpc/proto-loader": "^0.7.0", | ||
@@ -24,7 +24,7 @@ "@types/long": "^4.0.0", | ||
"protobufjs": "7.2.5", | ||
"retry-request": "^6.0.0" | ||
"retry-request": "^7.0.0" | ||
}, | ||
"devDependencies": { | ||
"@compodoc/compodoc": "1.1.21", | ||
"@babel/plugin-proposal-private-methods": "^7.18.6", | ||
"@compodoc/compodoc": "1.1.21", | ||
"@types/mocha": "^9.0.0", | ||
@@ -42,3 +42,3 @@ "@types/ncp": "^2.0.1", | ||
"execa": "^5.0.0", | ||
"google-proto-files": "^4.0.0", | ||
"google-proto-files": "4.0.0-experimental", | ||
"gts": "^5.0.0", | ||
@@ -55,3 +55,3 @@ "linkinator": "^4.0.0", | ||
"rimraf": "^5.0.1", | ||
"sinon": "^15.0.0", | ||
"sinon": "^16.0.0", | ||
"stream-events": "^1.0.4", | ||
@@ -80,3 +80,3 @@ "ts-loader": "^8.0.0", | ||
"fix": "gts fix", | ||
"prepare": "npm run compile && node ./build/tools/src/prepublish.js . && mkdirp build/protos && cp -r protos/* build/protos/ && npm run minify-proto-json", | ||
"prepare": "npm run compile && cd ../tools && npm i && npm run compile && cd ../gax && pwd && node ../tools/build/src/prepublish.js . && mkdirp build/protos && cp -r protos/* build/protos/ && npm run minify-proto-json", | ||
"system-test": "c8 mocha build/test/system-test --timeout 600000 && npm run test-application", | ||
@@ -90,9 +90,14 @@ "samples-test": "cd samples/ && npm link ../ && npm test && cd ../", | ||
"precompile": "gts clean", | ||
"update-protos": "node ./build/tools/src/listProtos.js .", | ||
"minify-proto-json": "node ./build/tools/src/minify.js" | ||
"update-protos": "cd ../tools && npm i && npm run compile && cd ../gax && node ../tools/build/src/listProtos.js .", | ||
"minify-proto-json": "cd ../tools && npm i && npm run compile && cd ../gax && node ../tools/build/src/minify.js", | ||
"@compodoc/compodoc": "1.1.21" | ||
}, | ||
"repository": "googleapis/gax-nodejs", | ||
"keywords": [ | ||
"grpc" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/googleapis/gax-nodejs.git", | ||
"directory": "gax" | ||
}, | ||
"author": "Google API Authors", | ||
@@ -99,0 +104,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is too big to display
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
4
3238273
269
6
1
0
+ Added@tootallnate/once@2.0.0(transitive)
+ Added@types/caseless@0.12.5(transitive)
+ Added@types/request@2.48.12(transitive)
+ Added@types/tough-cookie@4.0.5(transitive)
+ Addedagent-base@6.0.2(transitive)
+ Addedasynckit@0.4.0(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedform-data@2.5.2(transitive)
+ Addedhttp-proxy-agent@5.0.0(transitive)
+ Addedhttps-proxy-agent@5.0.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedretry-request@7.0.2(transitive)
+ Addedstream-events@1.0.5(transitive)
+ Addedstubs@3.0.0(transitive)
+ Addedteeny-request@9.0.0(transitive)
- Removedretry-request@6.0.0(transitive)
Updated@grpc/grpc-js@~1.9.6
Updatedretry-request@^7.0.0