New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sap/ux-cds-compiler-facade

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/ux-cds-compiler-facade - npm Package Compare versions

Comparing version

to
1.12.3

4

dist/metadata/collection.js

@@ -429,3 +429,5 @@ "use strict";

const paramXsn = parentXsnNode?.params?.[param];
return (paramXsn?.items || paramXsn)?._effectiveType?.name?.absolute === types_1.TYPE_NAME_OF_BINDING_PARAMETER;
const compiler = context.compileModel.compiler;
return ((0, utils_1.getNameObj)((paramXsn?.items || paramXsn)?._effectiveType, compiler)?.absolute ===
types_1.TYPE_NAME_OF_BINDING_PARAMETER);
});

@@ -432,0 +434,0 @@ if (bindingParameterNamed) {

@@ -173,3 +173,3 @@ "use strict";

const paramXsn = action?.params?.[param];
return ((0, utils_1.getNameObj)((paramXsn?.items || paramXsn)?._effectiveType, this.compiler).absolute ===
return ((0, utils_1.getNameObj)((paramXsn?.items || paramXsn)?._effectiveType, this.compiler)?.absolute ===
types_1.TYPE_NAME_OF_BINDING_PARAMETER);

@@ -176,0 +176,0 @@ });

{
"name": "@sap/ux-cds-compiler-facade",
"version": "1.12.2",
"version": "1.12.3",
"description": "SAP Fiori tools - CDS compiler facade",

@@ -37,6 +37,6 @@ "publisher": "SAPSE",

"devDependencies": {
"@sap-ux/cds-annotation-parser": "0.1.2",
"@sap-ux/cds-annotation-parser": "0.1.7",
"@sap/cds": "7.4.1",
"@sap/ux-cds-compiler-types": "1.12.2",
"@sap/ux-project-access": "1.12.2",
"@sap/ux-cds-compiler-types": "1.12.3",
"@sap/ux-project-access": "1.12.3",
"madge": "4.0.2",

@@ -43,0 +43,0 @@ "typescript": "5.2.2"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet