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.23.3 to 1.23.4

2

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

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

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

UI5: string;
FE: string;
MDK: string;

@@ -14,1 +15,4 @@ HANA: string;

}>;
export declare const ProjectTypeName: Readonly<{
[x: string]: string;
}>;

@@ -27,2 +27,3 @@ export declare const Tag: Readonly<{

UI5: string;
FE: string;
XSUAA: string;

@@ -29,0 +30,0 @@ HANA: string;

@@ -1,2 +0,2 @@

export { ProjectType } from './definitions/ProjectType';
export { ProjectType, ProjectTypeName } from './definitions/ProjectType';
export { ModuleType } from './definitions/ModuleType';

@@ -3,0 +3,0 @@ export { Tag } from './definitions/Tag';

@@ -7,2 +7,6 @@ export default interface ProjectData {

/**
* Project type name
*/
typeName: string;
/**
* Display name

@@ -31,5 +35,17 @@ */

version: string;
/**
* UI5 version
*/
ui5version?: string;
/**
* UI5 theme
*/
ui5theme?: string;
/**
* Multitenancy related to SaaS
*/
multitenancy?: boolean;
/**
* Messaging related to SaaS
*/
messaging?: boolean;

@@ -36,0 +52,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