🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@google-cloud/iam-credentials

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/iam-credentials - npm Package Compare versions

Comparing version
3.0.0
to
3.0.1
+2
-3
build/src/v1/i_a_m_credentials_client.d.ts

@@ -62,4 +62,3 @@ import type * as gax from 'google-gax';

* Follows the structure of {@link gapicConfig}.
* @param {boolean | "rest"} [options.fallback] - Use HTTP fallback mode.
* Pass "rest" to use HTTP/1.1 REST API instead of gRPC.
* @param {boolean} [options.fallback] - Use HTTP/1.1 REST mode.
* For more information, please check the

@@ -72,3 +71,3 @@ * {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}.

* const gax = require('google-gax/build/src/fallback'); // avoids loading google-gax with gRPC
* const client = new IAMCredentialsClient({fallback: 'rest'}, gax);
* const client = new IAMCredentialsClient({fallback: true}, gax);
* ```

@@ -75,0 +74,0 @@ */

+3
-4

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

* Follows the structure of {@link gapicConfig}.
* @param {boolean | "rest"} [options.fallback] - Use HTTP fallback mode.
* Pass "rest" to use HTTP/1.1 REST API instead of gRPC.
* @param {boolean} [options.fallback] - Use HTTP/1.1 REST mode.
* For more information, please check the

@@ -81,3 +80,3 @@ * {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}.

* const gax = require('google-gax/build/src/fallback'); // avoids loading google-gax with gRPC
* const client = new IAMCredentialsClient({fallback: 'rest'}, gax);
* const client = new IAMCredentialsClient({fallback: true}, gax);
* ```

@@ -139,3 +138,3 @@ */

}
else if (opts.fallback === 'rest') {
else {
clientHeader.push(`rest/${this._gaxGrpc.grpcVersion}`);

@@ -142,0 +141,0 @@ }

# Changelog
## [3.0.1](https://github.com/googleapis/google-cloud-node/compare/iam-credentials-v3.0.0...iam-credentials-v3.0.1) (2023-09-06)
### Bug Fixes
* [Many APIs] simplify logic for HTTP/1.1 REST fallback option ([#4589](https://github.com/googleapis/google-cloud-node/issues/4589)) ([07967ad](https://github.com/googleapis/google-cloud-node/commit/07967add1b5fc28b548cf74721b595ea0ba90d5b))
## [3.0.0](https://github.com/googleapis/google-cloud-node/compare/iam-credentials-v2.0.4...iam-credentials-v3.0.0) (2023-08-06)

@@ -4,0 +11,0 @@

{
"name": "@google-cloud/iam-credentials",
"version": "3.0.0",
"version": "3.0.1",
"description": "Credentials client for Node.js",

@@ -58,4 +58,4 @@ "repository": {

"jsdoc": "^4.0.0",
"jsdoc-fresh": "^2.0.0",
"jsdoc-region-tag": "^2.0.0",
"jsdoc-fresh": "^3.0.0",
"jsdoc-region-tag": "^3.0.0",
"linkinator": "4.1.2",

@@ -62,0 +62,0 @@ "long": "^5.2.3",

@@ -104,3 +104,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost."

Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule).
Libraries are compatible with all current _active_ and _maintenance_ versions of

@@ -107,0 +107,0 @@ Node.js.