🚨 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
4.0.0
to
4.0.1
+12
-4
build/src/v1/i_a_m_credentials_client.js

@@ -304,3 +304,5 @@ "use strict";

});
this.initialize();
this.initialize().catch(err => {
throw err;
});
this._log.info('generateAccessToken request %j', request);

@@ -337,3 +339,5 @@ const wrappedCallback = callback

});
this.initialize();
this.initialize().catch(err => {
throw err;
});
this._log.info('generateIdToken request %j', request);

@@ -370,3 +374,5 @@ const wrappedCallback = callback

});
this.initialize();
this.initialize().catch(err => {
throw err;
});
this._log.info('signBlob request %j', request);

@@ -403,3 +409,5 @@ const wrappedCallback = callback

});
this.initialize();
this.initialize().catch(err => {
throw err;
});
this._log.info('signJwt request %j', request);

@@ -406,0 +414,0 @@ const wrappedCallback = callback

# Changelog
## [4.0.1](https://github.com/googleapis/google-cloud-node/compare/iam-credentials-v4.0.0...iam-credentials-v4.0.1) (2025-03-19)
### Bug Fixes
* [Many APIs] await/catch promises, and update listOperationsAsync return type ([#6190](https://github.com/googleapis/google-cloud-node/issues/6190)) ([f4866df](https://github.com/googleapis/google-cloud-node/commit/f4866dfa6ab481163150f54928a9857d2dfef948))
## [4.0.0](https://github.com/googleapis/google-cloud-node/compare/iam-credentials-v3.3.0...iam-credentials-v4.0.0) (2025-03-18)

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

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

@@ -48,3 +48,3 @@ "repository": {

"dependencies": {
"google-gax": "^5.0.0-rc.0"
"google-gax": "^5.0.1-rc.0"
},

@@ -51,0 +51,0 @@ "devDependencies": {