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

@sap-ux/annotation-converter

Package Overview
Dependencies
Maintainers
0
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.8.15 to 0.9.0

11

CHANGELOG.md
# @sap-ux/annotation-converter
## 0.9.0
### Minor Changes
- bf2b130: Proper parsing for complex expression and adjustment to the format for embedded expressions
### Patch Changes
- Updated dependencies [bf2b130]
- @sap-ux/vocabularies-types@0.11.0
## 0.8.15

@@ -4,0 +15,0 @@

3

dist/writeback.js

@@ -81,3 +81,4 @@ "use strict";

type: 'Apply',
Apply: value.Apply
$Apply: value.$Apply,
$Function: value.$Function
};

@@ -84,0 +85,0 @@ }

{
"name": "@sap-ux/annotation-converter",
"version": "0.8.15",
"version": "0.9.0",
"description": "SAP Fiori OData - Annotation converter",

@@ -17,6 +17,6 @@ "repository": {

"dependencies": {
"@sap-ux/vocabularies-types": "0.10.14"
"@sap-ux/vocabularies-types": "0.11.0"
},
"devDependencies": {
"@sap-ux/edmx-parser": "0.7.1"
"@sap-ux/edmx-parser": "0.8.0"
},

@@ -23,0 +23,0 @@ "scripts": {

@@ -79,3 +79,4 @@ import type {

type: 'Apply',
Apply: value.Apply
$Apply: value.$Apply,
$Function: value.$Function
};

@@ -82,0 +83,0 @@ } else if (value.type === 'Null') {

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