Socket
Socket
Sign inDemoInstall

@sap/cds-compiler

Package Overview
Dependencies
1
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.6.0 to 4.6.2

6

lib/compiler/populate.js

@@ -103,2 +103,4 @@ // Populate views with elements, elements with association targets, ...

const redirectInSubQueries = isDeprecatedEnabled( options, '_redirectInSubQueries' );
const ignoreSpecifiedElements
= isDeprecatedEnabled( model.options, 'ignoreSpecifiedQueryElements' );

@@ -546,3 +548,5 @@ forEachDefinition( model, traverseElementEnvironments );

}
else if (typePropertiesFromSpecifiedElements[prop]) {
else if (typePropertiesFromSpecifiedElements[prop] && !ignoreSpecifiedElements) {
// If ignoreSpecifiedElements is set, we ignore type properties of specified elements,
// similar to how it was done in cds-compiler v3. Only annotations are copied.
if (!ielem.typeProps$)

@@ -549,0 +553,0 @@ setLink( ielem, 'typeProps$', Object.create( null ) );

2

package.json
{
"name": "@sap/cds-compiler",
"version": "4.6.0",
"version": "4.6.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

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc