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
3
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.5.13 to 0.5.14

6

CHANGELOG.md
# @sap-ux/annotation-converter
## 0.5.14
### Patch Changes
- 3f461ec: fix: resolve static action targets
## 0.5.13

@@ -4,0 +10,0 @@

1

dist/converter.js

@@ -68,2 +68,3 @@ "use strict";

objectMap[entityType.fullyQualifiedName] = entityType;
objectMap[`Collection(${entityType.fullyQualifiedName})`] = entityType;
entityType.entityProperties.forEach((property) => {

@@ -70,0 +71,0 @@ objectMap[property.fullyQualifiedName] = property;

2

package.json
{
"name": "@sap-ux/annotation-converter",
"version": "0.5.13",
"version": "0.5.14",
"description": "SAP Fiori OData - Annotation converter",

@@ -5,0 +5,0 @@ "repository": {

@@ -105,2 +105,3 @@ import type {

objectMap[entityType.fullyQualifiedName] = entityType;
objectMap[`Collection(${entityType.fullyQualifiedName})`] = entityType;
entityType.entityProperties.forEach((property) => {

@@ -107,0 +108,0 @@ objectMap[property.fullyQualifiedName] = property;

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