Socket
Socket
Sign inDemoInstall

@sap-ux/cds-odata-annotation-converter

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/cds-odata-annotation-converter - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

dist/printer/csdl-to-cds.js

@@ -87,6 +87,3 @@ "use strict";

// }
result = `annotate ${rootElementName} with {\n${childSegments[0]} @${result}};\n`;
if (target.terms.length > 1) {
result = `annotate ${rootElementName} with {\n${childSegments[0]} @(${result})};\n`;
}
result = `annotate ${rootElementName} with {\n${childSegments[0]} ${target.terms.length > 1 ? `@(${result})` : `@${result}`}};\n`;
}

@@ -93,0 +90,0 @@ }

2

package.json
{
"name": "@sap-ux/cds-odata-annotation-converter",
"description": "Converter for OData annotations in CDS format.",
"version": "0.2.0",
"version": "0.2.1",
"publisher": "SAPSE",

@@ -6,0 +6,0 @@ "author": "SAP SE",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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