New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sap-ux/vocabularies-types

Package Overview
Dependencies
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/vocabularies-types - npm Package Compare versions

Comparing version 0.10.11 to 0.10.12

2

package.json
{
"name": "@sap-ux/vocabularies-types",
"version": "0.10.11",
"version": "0.10.12",
"description": "SAP Fiori OData - TS types for vocabularies",

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

@@ -240,2 +240,3 @@ export declare enum TermToTypes {

"com.sap.vocabularies.UI.v1.MultiLineText" = "Org.OData.Core.V1.Tag",
"com.sap.vocabularies.UI.v1.InputMask" = "com.sap.vocabularies.UI.v1.InputMaskType",
"com.sap.vocabularies.UI.v1.TextArrangement" = "com.sap.vocabularies.UI.v1.TextArrangementType",

@@ -242,0 +243,0 @@ "com.sap.vocabularies.UI.v1.Note" = "com.sap.vocabularies.UI.v1.NoteType",

@@ -244,2 +244,3 @@ "use strict";

TermToTypes["com.sap.vocabularies.UI.v1.MultiLineText"] = "Org.OData.Core.V1.Tag";
TermToTypes["com.sap.vocabularies.UI.v1.InputMask"] = "com.sap.vocabularies.UI.v1.InputMaskType";
TermToTypes["com.sap.vocabularies.UI.v1.TextArrangement"] = "com.sap.vocabularies.UI.v1.TextArrangementType";

@@ -246,0 +247,0 @@ TermToTypes["com.sap.vocabularies.UI.v1.Note"] = "com.sap.vocabularies.UI.v1.NoteType";

@@ -83,2 +83,3 @@ import * as com_sap_vocabularies_UI_v1 from "./UI";

'Placeholder'?: com_sap_vocabularies_UI_v1.Placeholder;
'InputMask'?: com_sap_vocabularies_UI_v1.InputMask;
'Hidden'?: com_sap_vocabularies_UI_v1.Hidden;

@@ -126,2 +127,4 @@ 'HiddenFilter'?: com_sap_vocabularies_UI_v1.HiddenFilter;

'MultiLineText'?: com_sap_vocabularies_UI_v1.MultiLineText;
'Placeholder'?: com_sap_vocabularies_UI_v1.Placeholder;
'InputMask'?: com_sap_vocabularies_UI_v1.InputMask;
'Hidden'?: com_sap_vocabularies_UI_v1.Hidden;

@@ -128,0 +131,0 @@ 'ParameterDefaultValue'?: com_sap_vocabularies_UI_v1.ParameterDefaultValue;

@@ -937,2 +937,3 @@ "use strict";

UIAnnotationTerms["Placeholder"] = "com.sap.vocabularies.UI.v1.Placeholder";
UIAnnotationTerms["InputMask"] = "com.sap.vocabularies.UI.v1.InputMask";
UIAnnotationTerms["TextArrangement"] = "com.sap.vocabularies.UI.v1.TextArrangement";

@@ -999,2 +1000,4 @@ UIAnnotationTerms["Note"] = "com.sap.vocabularies.UI.v1.Note";

UIAnnotationTypes["SelectionRangeType"] = "com.sap.vocabularies.UI.v1.SelectionRangeType";
UIAnnotationTypes["InputMaskType"] = "com.sap.vocabularies.UI.v1.InputMaskType";
UIAnnotationTypes["InputMaskRuleType"] = "com.sap.vocabularies.UI.v1.InputMaskRuleType";
UIAnnotationTypes["NoteType"] = "com.sap.vocabularies.UI.v1.NoteType";

@@ -1001,0 +1004,0 @@ UIAnnotationTypes["DataFieldAbstract"] = "com.sap.vocabularies.UI.v1.DataFieldAbstract";

Sorry, the diff of this file is too big to display

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