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
113
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.4.2 to 5.4.4

4

lib/json/to-csn.js

@@ -1205,3 +1205,5 @@ // Transform XSN (augmented CSN) into CSN

const ref = node.path.map( pathItem );
if (node.path.$prefix) // auto-corrected ORDER BY refs without table alias
// auto-corrected ORDER BY refs without table alias, or EXTEND … WITH COLUMN
// refs to source element shadowed by alias name:
if (node.path.$prefix)
ref.unshift( node.path.$prefix );

@@ -1208,0 +1210,0 @@ // we would need to consider node.global here if we introduce that

@@ -13,3 +13,3 @@ 'use strict';

applyTransformations(csn, { elements: createForeignKeysInCsn, params: createForeignKeysInCsn},
[], Object.assign(iterateOptions, { skip: ['aspect', 'event'], skipStandard: { targetAspect: true } }));
[], Object.assign(iterateOptions, { skip: ['event'], skipStandard: { targetAspect: true } }));

@@ -16,0 +16,0 @@ /**

@@ -145,3 +145,3 @@ 'use strict';

// that reside in types definitions
if ((def.kind === 'action' || def.kind === 'function' || def.kind === 'type') && !isExternalServiceMember(def, defName)) {
if ((def.kind === 'action' || def.kind === 'function' || def.kind === 'type' || def.kind === 'aspect') && !isExternalServiceMember(def, defName)) {
if (def.kind === 'type' && csnUtils.isManagedAssociation(def))

@@ -148,0 +148,0 @@ allMgdAssocDefs.push(def);

{
"name": "@sap/cds-compiler",
"version": "5.4.2",
"version": "5.4.4",
"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

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

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