Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sap-ux/vocabularies-types

Package Overview
Dependencies
Maintainers
3
Versions
55
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.0 to 0.10.1

2

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

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

@@ -521,2 +521,6 @@ import * as Core from "./Core";

/**
A short, human-readable text suitable for labels and captions in UIs
*/
Label?: Edm.String;
/**
Property holding the lower interval boundary

@@ -579,3 +583,3 @@ */

term: CommonAnnotationTerms.IsNaturalPerson;
} & AnnotationTerm<Core.Tag>;
} & AnnotationTerm<PropertyAnnotationValue<Core.Tag>>;
/**

@@ -582,0 +586,0 @@ Specifies how to get a list of acceptable values for a property or parameter

@@ -44,2 +44,6 @@ import * as Core from "./Core";

/**
Rank of a node in the limited hierarchy in preorder or postorder
*/
LimitedRank?: Edm.Int64;
/**
Sibling rank of a node

@@ -46,0 +50,0 @@ */

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