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.12 to 0.5.13

6

CHANGELOG.md
# @sap-ux/edmx-parser
## 0.5.13
### Patch Changes
- 29a4f8c: feat: support reverting primitive object to its raw type
## 0.5.12

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

@@ -570,2 +570,7 @@ "use strict";

};
case 'Float':
return {
type: 'Float',
Float: parseFloat(expression.Float)
};
case 'Path':

@@ -572,0 +577,0 @@ return {

4

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

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

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

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

@@ -809,2 +809,7 @@ // eslint-disable-next-line @typescript-eslint/triple-slash-reference

};
case 'Float':
return {
type: 'Float',
Float: parseFloat(expression.Float as unknown as string)
};
case 'Path':

@@ -811,0 +816,0 @@ return {

Sorry, the diff of this file is not supported yet

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