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.10 to 0.10.11

2

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

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

@@ -5,2 +5,3 @@ import * as Authorization from "./Authorization";

import AnnotationTerm = Edm.AnnotationTerm;
import PropertyAnnotationValue = Edm.PropertyAnnotationValue;
import ComplexType = Edm.RecordComplexType;

@@ -789,3 +790,3 @@ /**

*/
Updatable: Edm.Boolean;
Updatable: PropertyAnnotationValue<Edm.Boolean>;
/**

@@ -989,3 +990,3 @@ Entities can be upserted

*/
Deletable: Edm.Boolean;
Deletable: PropertyAnnotationValue<Edm.Boolean>;
/**

@@ -992,0 +993,0 @@ The maximum number of navigation properties that can be traversed when addressing the collection to delete from or the entity to delete. A value of -1 indicates there is no restriction.

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