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.6 to 0.5.7

6

CHANGELOG.md
# @sap-ux/annotation-converter
## 0.5.7
### Patch Changes
- 2ab7e09: Fix an issue with incorrect annotation format
## 0.5.6

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

2

dist/converter.js

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

}, objectMap[baseObj]);
if (!currentTarget) {
if (!currentTarget || typeof currentTarget !== 'object') {
ANNOTATION_ERRORS.push({

@@ -1120,0 +1120,0 @@ message: 'The following annotation target was not found on the service ' + currentTargetName

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

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

@@ -1359,3 +1359,3 @@ import type {

}, objectMap[baseObj]);
if (!currentTarget) {
if (!currentTarget || typeof currentTarget !== 'object') {
ANNOTATION_ERRORS.push({

@@ -1362,0 +1362,0 @@ message: 'The following annotation target was not found on the service ' + currentTargetName

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