Socket
Socket
Sign inDemoInstall

@sap/cds-compiler

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/cds-compiler - npm Package Compare versions

Comparing version 4.3.0 to 4.3.2

7

CHANGELOG.md

@@ -10,2 +10,9 @@ # ChangeLog for cds compiler and backends

## Version 4.3.2 - 2023-10-25
### Fixed
- compiler: Fix auto-exposure of composition target entities inside anonymous composition target aspects.
- to.hana: Fix a bug in association to join translation, expect ON condition operand to be a function without arguments.
## Version 4.3.0 - 2023-09-29

@@ -12,0 +19,0 @@

2

lib/compiler/kick-start.js

@@ -136,2 +136,4 @@ // Kick-start: prepare to resolve all references

}
if (elem.targetAspect?.elements)
elem = elem.targetAspect;
forEachGeneric( elem, 'elements', tagCompositionTargets );

@@ -138,0 +140,0 @@ }

2

package.json
{
"name": "@sap/cds-compiler",
"version": "4.3.0",
"version": "4.3.2",
"description": "CDS (Core Data Services) compiler and backends",

@@ -5,0 +5,0 @@ "homepage": "https://cap.cloud.sap/",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc