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
0
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.8.0 to 0.8.1

6

CHANGELOG.md
# @sap-ux/edmx-parser
## 0.8.1
### Patch Changes
- 7899cab: Fix $Path
## 0.8.0

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

2

dist/parser.js

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

type: 'Path',
$Path: expression.Path._text
Path: expression.Path._text
};

@@ -707,0 +707,0 @@ case 'PropertyPath':

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

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

"devDependencies": {
"@sap-ux/vocabularies-types": "0.11.0"
"@sap-ux/vocabularies-types": "0.11.3"
},

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

@@ -955,3 +955,3 @@ // eslint-disable-next-line @typescript-eslint/triple-slash-reference

type: 'Path',
$Path: (expression.Path as EDMX.InstancePath)._text
Path: (expression.Path as EDMX.InstancePath)._text
};

@@ -958,0 +958,0 @@ case 'PropertyPath':

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