Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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 2.19.0 to 2.20.0

build/protos/google/cloud/location/locations.proto

4

build/src/index.d.ts

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

import * as IamProtos from '../protos/iam_service';
import * as LocationProtos from '../protos/locations';
import * as operationsProtos from '../protos/operations';

@@ -41,5 +42,6 @@ import * as operationsClient from './operationsClient';

}
export { lro, operationsProtos, IamProtos };
export { lro, operationsProtos, IamProtos, LocationProtos };
export { OperationsClient } from './operationsClient';
export { IamClient } from './iamService';
export { LocationsClient } from './locationService';
export declare const createByteLengthFunction: typeof GrpcClient.createByteLengthFunction;

@@ -46,0 +48,0 @@ export declare const version: any;

@@ -18,3 +18,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.fallback = exports.protobuf = exports.version = exports.createByteLengthFunction = exports.IamProtos = exports.operationsProtos = exports.lro = exports.routingHeader = exports.grpc = void 0;
exports.fallback = exports.protobuf = exports.version = exports.createByteLengthFunction = exports.LocationProtos = exports.IamProtos = exports.operationsProtos = exports.lro = exports.routingHeader = exports.grpc = void 0;
const grpc = require("@grpc/grpc-js");

@@ -25,2 +25,4 @@ exports.grpc = grpc;

exports.IamProtos = IamProtos;
const LocationProtos = require("../protos/locations");
exports.LocationProtos = LocationProtos;
const operationsProtos = require("../protos/operations");

@@ -78,2 +80,4 @@ exports.operationsProtos = operationsProtos;

Object.defineProperty(exports, "IamClient", { enumerable: true, get: function () { return iamService_1.IamClient; } });
var locationService_1 = require("./locationService");
Object.defineProperty(exports, "LocationsClient", { enumerable: true, get: function () { return locationService_1.LocationsClient; } });
exports.createByteLengthFunction = grpc_1.GrpcClient.createByteLengthFunction;

@@ -80,0 +84,0 @@ exports.version = require('../../package.json').version;

@@ -40,2 +40,3 @@ [

"google/api/servicecontrol/v1/distribution.proto",
"google/api/servicecontrol/v1/http_request.proto",
"google/api/servicecontrol/v1/log_entry.proto",

@@ -51,2 +52,3 @@ "google/api/servicecontrol/v1/metric_value.proto",

"google/api/usage.proto",
"google/cloud/location/locations.proto",
"google/iam/v1/iam_policy.proto",

@@ -105,5 +107,8 @@ "google/iam/v1/logging/audit_data.proto",

"google/type/fraction.proto",
"google/type/interval.proto",
"google/type/latlng.proto",
"google/type/localized_text.proto",
"google/type/money.proto",
"google/type/month.proto",
"google/type/phone_number.proto",
"google/type/postal_address.proto",

@@ -110,0 +115,0 @@ "google/type/quaternion.proto",

@@ -7,2 +7,9 @@ # Changelog

## [2.20.0](https://www.github.com/googleapis/gax-nodejs/compare/v2.19.0...v2.20.0) (2021-07-30)
### Features
* support Locations service as mixin service ([#1064](https://www.github.com/googleapis/gax-nodejs/issues/1064)) ([6635b7c](https://www.github.com/googleapis/gax-nodejs/commit/6635b7ce9312f654dc873c9b026e48efa7fd6425))
## [2.19.0](https://www.github.com/googleapis/gax-nodejs/compare/v2.18.0...v2.19.0) (2021-07-15)

@@ -9,0 +16,0 @@

{
"name": "google-gax",
"version": "2.19.0",
"version": "2.20.0",
"description": "Google API Extensions",

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

"file-loader": "^6.0.0",
"fs-extra": "^9.0.0",
"fs-extra": "^10.0.0",
"google-proto-files": "^2.1.0",

@@ -88,2 +88,3 @@ "gts": "^2.0.0",

"compile-iam-protos": "pbjs -t json google/iam/v1/iam_policy.proto google/iam/v1/options.proto google/iam/v1/policy.proto google/iam/v1/logging/audit_data.proto -p ./protos > protos/iam_service.json && pbjs -t static-module -r iam_protos google/iam/v1/iam_policy.proto google/iam/v1/options.proto google/iam/v1/policy.proto google/iam/v1/logging/audit_data.proto -p ./protos > protos/iam_service.js && pbts protos/iam_service.js -o protos/iam_service.d.ts",
"compile-location-protos": "pbjs -t json google/cloud/location/locations.proto -p ./protos > protos/locations.json && pbjs -t static-module -r locations_protos google/cloud/location/locations.proto -p ./protos > protos/locations.js && pbts protos/locations.js -o protos/locations.d.ts",
"compile-status-protos": "pbjs -t json google/rpc/status.proto google/rpc/error_details.proto -p ./protos > protos/status.json",

@@ -90,0 +91,0 @@ "compile-http-protos": "pbjs -t static-module -r http_proto --keep-case google/api/http.proto -p ./protos > protos/http.js && pbts protos/http.js -o protos/http.d.ts",

Sorry, the diff of this file is not supported yet

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