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

@sap/artifact-management-base-types

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/artifact-management-base-types - npm Package Compare versions

Comparing version 1.30.1 to 1.32.0

src/cp/hdb-catalog.d.ts

2

package.json
{
"name": "@sap/artifact-management-base-types",
"version": "1.30.1",
"version": "1.32.0",
"description": "Type signatures for artifact management",

@@ -5,0 +5,0 @@ "types": "./src/index.d.ts",

import ProjectFileSystem from '../commons/ProjectFileSystem';
import HdbCatalog from './hdb-catalog';
export declare type CDSDefinition = {

@@ -35,2 +36,4 @@ actions: any;

load(options?: LoadOptions): Promise<void>;
getHdbCatalog(): Promise<HdbCatalog | undefined>;
getLcapSrvCDSFullPath(): Promise<string | undefined>;
services(): CDSDefinition[];

@@ -37,0 +40,0 @@ entities(): CDSDefinition[];

@@ -13,3 +13,3 @@ import ProjectFileSystem from '../commons/ProjectFileSystem';

getType(): KeyIn<typeof ProjectType>;
run(options: RunOptions): Promise<void>;
prepareForRun(options: RunOptions): Promise<void>;
}
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