Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sap/cds-compiler

Package Overview
Dependencies
Maintainers
0
Versions
108
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 5.1.0 to 5.1.2

4

lib/compiler/define.js

@@ -1206,3 +1206,5 @@ // Compiler phase 1 = "define": transform dictionary of AST-like XSNs into XSN

if (path?.length === 1 && path[0]?.id === '$self') { // TODO: no where: ?
const { $self } = main.$tableAliases;
const $self = main.$tableAliases?.$self ||
main.kind === 'extend' && { name: { id: '$self' } };
// remark: an extend has no "table alias" `$self` (relevant for parse-cdl)
setLink( type, '_artifact', $self );

@@ -1209,0 +1211,0 @@ setLink( path[0], '_artifact', $self );

{
"name": "@sap/cds-compiler",
"version": "5.1.0",
"version": "5.1.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