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
72
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.40.1 to 1.41.0

4

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

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

"dependencies": {
"@sap/artifact-management-base-types": "1.40.1"
"@sap/artifact-management-base-types": "1.41.0"
},

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

@@ -8,4 +8,7 @@ import { DetectionMechanism, KeyIn, ProjectData, ProjectReader, ProjectReaderOptions, ProjectType } from '@sap/artifact-management-base-types';

tags: string[];
capServices: string[];
read({ fs }: ProjectReaderOptions): Promise<ProjectData | undefined>;
resolveProperty(value: string, properties: Record<string, string>): string;
private isCapJavaProject;
private hasCapJavaService;
}

@@ -63,3 +63,4 @@ /// <reference types="node" />

unloadChildren(): void;
getMatchedFiles(pattern: string, isModuleReader: boolean): Promise<string[]>;
}
export {};
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