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

@sap/audit-logging

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/audit-logging - npm Package Compare versions

Comparing version
7.0.0
to
7.0.1
+5
-0
CHANGELOG.md

@@ -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 @@

+3
-3

@@ -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 @@ };

{
"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 @@ },