Socket
Socket
Sign inDemoInstall

google-gax

Package Overview
Dependencies
Maintainers
3
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 3.1.3 to 3.1.4

3

build/src/fallbackServiceStub.js

@@ -107,3 +107,4 @@ "use strict";

}
});
})
.catch((err) => callback(err));
if (rpc.responseStream) {

@@ -110,0 +111,0 @@ return streamArrayParser;

@@ -23,4 +23,4 @@ #!/usr/bin/env node

const util = require("util");
const pbjs = require("protobufjs/cli/pbjs");
const pbts = require("protobufjs/cli/pbts");
const pbjs = require("protobufjs-cli/pbjs");
const pbts = require("protobufjs-cli/pbts");
const readdir = util.promisify(fs.readdir);

@@ -27,0 +27,0 @@ const readFile = util.promisify(fs.readFile);

{
"name": "google-gax",
"version": "3.1.3",
"version": "3.1.4",
"description": "Google API Extensions",

@@ -17,3 +17,3 @@ "main": "build/src/index.js",

"@grpc/grpc-js": "~1.6.0",
"@grpc/proto-loader": "^0.6.12",
"@grpc/proto-loader": "^0.7.0",
"@types/long": "^4.0.0",

@@ -28,3 +28,4 @@ "abort-controller": "^3.0.0",

"proto3-json-serializer": "^1.0.0",
"protobufjs": "6.11.3",
"protobufjs": "7.0.0",
"protobufjs-cli": "1.0.0",
"retry-request": "^5.0.0"

@@ -63,3 +64,3 @@ },

"karma-webpack": "^5.0.0",
"linkinator": "^3.0.0",
"linkinator": "^4.0.0",
"long": "^4.0.0",

@@ -66,0 +67,0 @@ "mkdirp": "^1.0.0",

Sorry, the diff of this file is not supported yet

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