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

@sap-ux/edmx-parser

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/edmx-parser - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

6

CHANGELOG.md
# @sap-ux/edmx-parser
## 0.5.5
### Patch Changes
- 069270b: Initial open source release of the SAP UX FE Mockserver
## 0.5.4

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

15

dist/parser.js
"use strict";
var __rest = (this && this.__rest) || function (s, e) {
var t = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
t[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -405,3 +394,3 @@ exports.parse = void 0;

// eslint-disable-next-line @typescript-eslint/no-unused-vars
const { Annotation, _attributes } = propertyValue, properties = __rest(propertyValue, ["Annotation", "_attributes"]);
const { Annotation, _attributes, ...properties } = propertyValue;
const outPropertyValue = {};

@@ -670,3 +659,3 @@ if (_attributes) {

function parseAnnotation(annotation, currentTarget, annotationsLists) {
const _a = annotation._attributes, { Term, Qualifier } = _a, others = __rest(_a, ["Term", "Qualifier"]);
const { Term, Qualifier, ...others } = annotation._attributes;
const outAnnotation = {

@@ -673,0 +662,0 @@ term: unalias(Term),

{
"name": "@sap-ux/edmx-parser",
"version": "0.5.4",
"version": "0.5.5",
"description": "SAP Fiori OData - EDMX File parser",

@@ -20,3 +20,3 @@ "repository": {

"devDependencies": {
"@sap-ux/vocabularies-types": "0.5.4"
"@sap-ux/vocabularies-types": "0.5.6"
},

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

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