@google-cloud/iam-credentials
Advanced tools
@@ -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 |
+7
-0
| # 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 @@ |
+2
-2
| { | ||
| "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": { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1621053
0.04%28256
0.03%Updated