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

@sap/artifact-management-types

Package Overview
Dependencies
Maintainers
0
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.39.1 to 1.40.0

4

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

@@ -13,3 +13,3 @@ "types": "./src/index.d.ts",

"dependencies": {
"@sap/artifact-management-base-types": "1.39.1"
"@sap/artifact-management-base-types": "1.40.0"
},

@@ -16,0 +16,0 @@ "devDependencies": {

@@ -45,3 +45,4 @@ import { ProjectFileSystem, Item, ModuleReader, ModuleType, ModuleData, ProjectEntityReaderReadOptions, DetectionMechanism, KeyIn, ItemDetailInfoOptions, ProjectContext } from '@sap/artifact-management-base-types';

private getExtenalServices;
private hasServiceEvents;
}
export {};

@@ -60,2 +60,5 @@ import { Project, ItemFilter, Tag, ItemType, ModuleData, ProjectData, KeyIn, ProjectFileSystem, Item, ItemDetailInfoOptions } from '@sap/artifact-management-base-types';

build(options?: MtaGeneratorSettings, logger?: IChildLogger): Promise<void>;
getMtaExtension(params: {
[key: string]: any;
}): Promise<any>;
kymaDeploy(kymaNS?: string, tag?: string, dockerNS?: string): Promise<void>;

@@ -62,0 +65,0 @@ deploy(logger?: IChildLogger): 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