You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@cap-js/audit-logging

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cap-js/audit-logging - npm Package Compare versions

Comparing version

to
1.0.0

srv/log2als.js

@@ -7,2 +7,9 @@ # Change Log

## Version 1.0.0 - 2025-07-11
### Added
- Beta support for next generation SAP Audit Log Service
- Use explicit kind `audit-log-to-alsng` or alpha auto-detect kind `audit-log-to-als`
## Version 0.9.0 - 2025-06-05

@@ -9,0 +16,0 @@

8

package.json
{
"name": "@cap-js/audit-logging",
"version": "0.9.0",
"version": "1.0.0",
"description": "CDS plugin providing integration to the SAP Audit Log service as well as out-of-the-box personal data-related audit logging based on annotations.",

@@ -56,2 +56,5 @@ "repository": "cap-js/audit-logging",

},
"audit-log-to-als": {
"impl": "@cap-js/audit-logging/srv/log2als"
},
"audit-log-to-restv2": {

@@ -62,2 +65,5 @@ "impl": "@cap-js/audit-logging/srv/log2restv2",

}
},
"audit-log-to-alsng": {
"impl": "@cap-js/audit-logging/srv/log2alsng"
}

@@ -64,0 +70,0 @@ }