@sap/audit-logging
Advanced tools
+5
-0
@@ -8,2 +8,7 @@ # Change Log | ||
| ## 7.0.1 - 2026-03-18 | ||
| ### Changed | ||
| - Switched to xssec built-in token caching to reduce redundant token requests to XSUAA. | ||
| ## 7.0.0 - 2026-02-05 | ||
@@ -10,0 +15,0 @@ |
@@ -164,3 +164,3 @@ 'use strict'; | ||
| debug('User token exchange: %s, %s', this.securityContext.getGrantType(), userToken); | ||
| this.service.fetchJwtBearerToken(userToken, getOptions(this.subdomain)) | ||
| this.service.getJwtBearerToken(userToken, getOptions(this.subdomain)) | ||
| .then((response) => { | ||
@@ -176,3 +176,3 @@ return resolve('Bearer ' + response.access_token); | ||
| && this.credentials.uaa.url) { | ||
| this.service.fetchClientCredentialsToken(getOptions(this.subdomain)) | ||
| this.service.getClientCredentialsToken(getOptions(this.subdomain)) | ||
| .then((response) => { | ||
@@ -204,3 +204,3 @@ return resolve('Bearer ' + response.access_token); | ||
| requests: { | ||
| retry: true, // take the default configuration for retries | ||
| retry: true // take the default configuration for retries | ||
| } | ||
@@ -207,0 +207,0 @@ }; |
+2
-2
| { | ||
| "name": "@sap/audit-logging", | ||
| "description": "Provides audit logging functionalities for Node.js applications", | ||
| "version": "7.0.0", | ||
| "version": "7.0.1", | ||
| "license": "SEE LICENSE IN LICENSE file", | ||
@@ -29,3 +29,3 @@ "main": "index.js", | ||
| "dependencies": { | ||
| "@sap/xssec": "4.9.0", | ||
| "@sap/xssec": "4.13.0", | ||
| "debug": "4.4.3" | ||
@@ -32,0 +32,0 @@ }, |
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
98980
0.12%+ Added
- Removed
Updated