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
75
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.9.1 to 0.9.2

6

CHANGELOG.md
# @sap-ux/annotation-converter
## 0.9.2
### Patch Changes
- b64aae6: Support case where the inputs parse are frozen
## 0.9.1

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

4

dist/converter.js

@@ -1032,6 +1032,2 @@ "use strict";

};
// fall back on the default references if the caller does not specify any
if (rawMetadata.references.length === 0) {
rawMetadata.references = VocabularyReferences_1.VocabularyReferences;
}
// Converter

@@ -1038,0 +1034,0 @@ const converter = new Converter(rawMetadata, convertedOutput);

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

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

@@ -1556,7 +1556,2 @@ import type {

// fall back on the default references if the caller does not specify any
if (rawMetadata.references.length === 0) {
rawMetadata.references = VocabularyReferences;
}
// Converter

@@ -1563,0 +1558,0 @@ const converter = new Converter(rawMetadata, convertedOutput);

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