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.6.10 to 0.6.11

6

CHANGELOG.md
# @sap-ux/annotation-converter
## 0.6.11
### Patch Changes
- 5e2ff68: Resolving path now works correctly even when the namespace is the same as an entitySet
## 0.6.10

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

2

dist/converter.js

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

// no starting point given: start at the entity container
if (pathSegments[0].startsWith(converter.rawSchema.namespace) &&
if (pathSegments[0].startsWith(`${converter.rawSchema.namespace}.`) &&
pathSegments[0] !== ((_a = converter.getConvertedEntityContainer()) === null || _a === void 0 ? void 0 : _a.fullyQualifiedName)) {

@@ -57,0 +57,0 @@ // We have a fully qualified name in the path that is not the entity container.

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

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

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

if (
pathSegments[0].startsWith(converter.rawSchema.namespace) &&
pathSegments[0].startsWith(`${converter.rawSchema.namespace}.`) &&
pathSegments[0] !== converter.getConvertedEntityContainer()?.fullyQualifiedName

@@ -112,0 +112,0 @@ ) {

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