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.23.0 to 1.23.2

src/project/ProjectContext.d.ts

2

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

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

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

actions(): CDSDefinition[];
events(): CDSDefinition[];
edmx(service: string): Promise<string>;
}

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

odataVersion: string;
localUri: string;
};

@@ -10,0 +11,0 @@ }

@@ -7,2 +7,4 @@ /**

UI5Application: string;
UI5Service: string;
UI5Entity: string;
UI5Component: string;

@@ -24,2 +26,3 @@ UI5View: string;

CAPAction: string;
CAPEvent: string;
CAPServer: string;

@@ -33,2 +36,4 @@ CAPApplicationLogic: string;

CalculationView: string;
BASEmptyService: string;
BASEmptyEntity: string;
}>;

@@ -13,2 +13,3 @@ /**

HANA: string;
BasEmpty: string;
}>;

@@ -30,2 +30,3 @@ export { ProjectType } from './definitions/ProjectType';

export { default as TemplateInfo } from './project/TemplateInfo';
export { default as ProjectContext } from './project/ProjectContext';
export { FileSystemWatchManager, Observer, ChangeListener, ChangeSetListener, EventType } from './project-api/FileSystemWatchManager';

@@ -32,0 +33,0 @@ export { default as ProjectEntityReader, MatchedFiles, ProjectEntityReaderReadOptions, ProjectEntityMatchConditions } from './project-api/ProjectEntityReader';

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

import { ProjectType } from '../definitions/ProjectType';
import ProjectContext from './ProjectContext';
export interface ModuleReaderOptions {

@@ -42,3 +43,3 @@ fs: ProjectFileSystem;

*/
prepareItemReaderContext?(fs: ProjectFileSystem, withDetailInfo?: boolean): Promise<any>;
prepareItemReaderContext?(fs: ProjectFileSystem, context: ProjectContext): Promise<any>;
tags: string[];

@@ -45,0 +46,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