New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sap/artifact-management-base-types

Package Overview
Dependencies
Maintainers
1
Versions
76
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.24.2 to 1.25.0

2

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

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

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

export declare const ModuleType: Readonly<{
CAPJAVA: string;
CAP: string;

@@ -8,0 +9,0 @@ UI5: string;

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

export declare const ProjectType: Readonly<{
CAPJAVA: string;
CAP: string;

@@ -8,0 +9,0 @@ LCAP: string;

@@ -33,3 +33,4 @@ export declare const Tag: Readonly<{

Empty: string;
CAPJAVA: string;
Default: string;
}>;

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

export declare enum DetectionMechanism {
/** POM identified */
POM_IDENTIFICATION = "POM_IDENTIFICATION",
/** Uniquely identified */

@@ -7,0 +9,0 @@ UNIQUE_IDENTIFICATION = "UNIQUE_IDENTIFICATION",

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