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
0.8.3

lib/_relation.js

8

CHANGELOG.md

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

## Version 0.8.3 - 2025-04-09
- Preperation for `@sap/cds^9`
## Version 0.8.2 - 2024-11-27

@@ -20,3 +24,3 @@

- Support for @sap/cds^8.2
- Support for `@sap/cds^8.2`
- Reduce clutter in error raised for outbound requests

@@ -44,3 +48,3 @@

- Support for @sap/cds^7.5
- Support for `@sap/cds^7.5`

@@ -47,0 +51,0 @@ ### Fixed

const cds = require('@sap/cds')
const { Relation, exposeRelation, relationHandler } = require('./_relation')
const WRITE = { CREATE: 1, UPDATE: 1, DELETE: 1 }

@@ -124,2 +126,7 @@

if (!('_relations' in relative)) {
const newRelation = Relation.to(relative)
relative._relations = new Proxy(exposeRelation(newRelation), relationHandler(newRelation))
}
let w = relative._relations[element.name].join(targetAlias, relativeAlias)

@@ -126,0 +133,0 @@

{
"name": "@cap-js/audit-logging",
"version": "0.8.2",
"version": "0.8.3",
"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.",

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