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.11 to 0.5.12

6

CHANGELOG.md
# @sap-ux/edmx-parser
## 0.5.12
### Patch Changes
- 4543b01: Fix an issue with the ActionImport type
## 0.5.11

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

4

package.json
{
"name": "@sap-ux/edmx-parser",
"version": "0.5.11",
"version": "0.5.12",
"description": "SAP Fiori OData - EDMX File parser",

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

"devDependencies": {
"@sap-ux/vocabularies-types": "0.6.5"
"@sap-ux/vocabularies-types": "0.6.7"
},

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

@@ -253,10 +253,2 @@ declare namespace EDMX {

export interface ActionImport {
_attributes: {
Name: string;
Action: string;
EntitySet: string;
};
}
export interface PropertyRef {

@@ -263,0 +255,0 @@ _attributes: {

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