Socket
Socket
Sign inDemoInstall

google-gax

Package Overview
Dependencies
Maintainers
4
Versions
362
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-gax - npm Package Compare versions

Comparing version 4.0.4 to 4.0.5

23

package.json
{
"name": "google-gax",
"version": "4.0.4",
"version": "4.0.5",
"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",

@@ -54,3 +54,3 @@ "@types/ncp": "^2.0.1",

"rimraf": "^5.0.1",
"sinon": "^15.0.0",
"sinon": "^16.0.0",
"stream-events": "^1.0.4",

@@ -79,3 +79,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",

@@ -89,9 +89,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",

@@ -98,0 +103,0 @@ "license": "Apache-2.0",

Sorry, the diff of this file is too big to display

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